initial commit

This commit is contained in:
2019-11-20 20:15:27 +07:00
commit d1cf05f3cf
22 changed files with 334 additions and 0 deletions

13
untests/enum_tests.cpp Normal file
View File

@@ -0,0 +1,13 @@
/*******************************************************************************
* This file is part of the "https://github.com/blackmatov/enum.hpp"
* For conditions of distribution and use, see copyright notice in LICENSE.md
* Copyright (C) 2019, by Matvey Cherevko (blackmatov@gmail.com)
******************************************************************************/
#define CATCH_CONFIG_FAST_COMPILE
#include <catch2/catch.hpp>
#include <enum.hpp/enum.hpp>
TEST_CASE("enum") {
}