mirror of
https://github.com/BlackMATov/flat.hpp.git
synced 2025-12-15 10:16:20 +07:00
add all-in header
This commit is contained in:
10
headers/flat.hpp/flat.hpp
Normal file
10
headers/flat.hpp/flat.hpp
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
/*******************************************************************************
|
||||||
|
* This file is part of the "https://github.com/blackmatov/flat.hpp"
|
||||||
|
* For conditions of distribution and use, see copyright notice in LICENSE.md
|
||||||
|
* Copyright (C) 2019-2020, by Matvey Cherevko (blackmatov@gmail.com)
|
||||||
|
******************************************************************************/
|
||||||
|
|
||||||
|
#include "flat_map.hpp"
|
||||||
|
#include "flat_multimap.hpp"
|
||||||
|
#include "flat_multiset.hpp"
|
||||||
|
#include "flat_set.hpp"
|
||||||
@@ -7,7 +7,7 @@
|
|||||||
#define CATCH_CONFIG_FAST_COMPILE
|
#define CATCH_CONFIG_FAST_COMPILE
|
||||||
#include <catch2/catch.hpp>
|
#include <catch2/catch.hpp>
|
||||||
|
|
||||||
#include <flat.hpp/detail/is_sorted.hpp>
|
#include <flat.hpp/flat.hpp>
|
||||||
using namespace flat_hpp;
|
using namespace flat_hpp;
|
||||||
|
|
||||||
namespace
|
namespace
|
||||||
|
|||||||
Reference in New Issue
Block a user