Files
meta.hpp/manuals/meta_examples/numbers_example.cpp
2022-01-09 06:05:21 +07:00

16 lines
497 B
C++

/*******************************************************************************
* This file is part of the "https://github.com/blackmatov/meta.hpp"
* For conditions of distribution and use, see copyright notice in LICENSE.md
* Copyright (C) 2021, by Matvey Cherevko (blackmatov@gmail.com)
******************************************************************************/
#include "../meta_manuals.hpp"
namespace
{
}
TEST_CASE("meta/meta_examples/numbers") {
namespace meta = meta_hpp;
}