dummy manual sources

This commit is contained in:
BlackMATov
2022-01-09 06:05:21 +07:00
parent a44bc0e11d
commit 86a2e38379
48 changed files with 279 additions and 435 deletions

View File

@@ -0,0 +1,15 @@
/*******************************************************************************
* 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/functions") {
namespace meta = meta_hpp;
}