1
0
forked from Alepha/Alepha

Unify the evaluation helpers implementations.

This commit is contained in:
2023-10-20 03:54:22 -04:00
parent f5840e15ab
commit 0b63658815
18 changed files with 204 additions and 238 deletions

View File

@ -7,7 +7,7 @@ static_assert( __cplusplus > 2020'00 );
#include <Alepha/Testing/test.h>
#include <Alepha/Utility/evaluation.h>
#include <Alepha/Utility/evaluation_helpers.h>
#include <cassert>
@ -19,7 +19,7 @@ main( const int argcnt, const char *const *const argvec )
namespace
{
using namespace Alepha::Utility::evaluation;
using namespace Alepha::Utility::exports::evaluation_helpers;
using namespace Alepha::Testing::literals;
using std::begin, std::end;