mirror of
https://github.com/BlackMATov/flat.hpp.git
synced 2026-02-04 15:07:02 +07:00
flat_hpp to flat.hpp for include path
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
#include <deque>
|
||||
|
||||
#include <flat_hpp/flat_map.hpp>
|
||||
#include <flat.hpp/flat_map.hpp>
|
||||
using namespace flat_hpp;
|
||||
|
||||
namespace
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
#include <deque>
|
||||
|
||||
#include <flat_hpp/flat_multimap.hpp>
|
||||
#include <flat.hpp/flat_multimap.hpp>
|
||||
using namespace flat_hpp;
|
||||
|
||||
namespace
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
#include <deque>
|
||||
|
||||
#include <flat_hpp/flat_multiset.hpp>
|
||||
#include <flat.hpp/flat_multiset.hpp>
|
||||
using namespace flat_hpp;
|
||||
|
||||
namespace
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
#include <deque>
|
||||
|
||||
#include <flat_hpp/flat_set.hpp>
|
||||
#include <flat.hpp/flat_set.hpp>
|
||||
using namespace flat_hpp;
|
||||
|
||||
namespace
|
||||
|
||||
Reference in New Issue
Block a user