remove union data

This commit is contained in:
BlackMATov
2020-11-23 06:39:06 +07:00
parent ad55131316
commit a14f719e21
11 changed files with 170 additions and 167 deletions

View File

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