Skip to content

Commit

Permalink
passing all main tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RidaEn-nasry committed Jul 30, 2023
1 parent 6c4d650 commit 6a955d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion containers/map/map.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@
#include <equal.hpp>
#include <stack.hpp>



namespace ft
{

template <class key, class T, class Compare = less<key>, class Alloc = std::allocator<pair<const key, T> > >
class map
{
Expand Down

0 comments on commit 6a955d1

Please sign in to comment.