add all-in header

This commit is contained in:
BlackMATov
2020-11-16 18:00:46 +07:00
parent f6b5a6a10c
commit 61245bc7ea
2 changed files with 11 additions and 1 deletions

10
headers/flat.hpp/flat.hpp Normal file
View 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"

View File

@@ -7,7 +7,7 @@
#define CATCH_CONFIG_FAST_COMPILE
#include <catch2/catch.hpp>
#include <flat.hpp/detail/is_sorted.hpp>
#include <flat.hpp/flat.hpp>
using namespace flat_hpp;
namespace