1
0
forked from Alepha/Alepha

Remove an accidental change.

This commit is contained in:
2025-11-04 19:43:48 -10:00
parent 95e6f1ac04
commit 94f75bcc1b

View File

@ -11,14 +11,14 @@ static_assert( __cplusplus > 2020'99 );
#include <Alepha/Testing/test.h> #include <Alepha/Testing/test.h>
#include <Alepha/Testing/TableTest.h> #include <Alepha/Testing/TableTest.h>
#include <Alepha/Utility/enroll.h> #include <Alepha/Utility/evaluation.h>
#include <Alepha/comparisons.h> #include <Alepha/comparisons.h>
namespace namespace
{ {
using namespace Alepha::Testing::exports; using namespace Alepha::Testing::exports;
using namespace Alepha::Utility::exports::enroll_m; using namespace Alepha::Utility::exports::evaluation;
using namespace Alepha::exports::types_m; using namespace Alepha::exports::types;
using hash_type= std::uint64_t; using hash_type= std::uint64_t;
@ -65,10 +65,6 @@ namespace
typesig() typesig()
{ {
const char *p= __PRETTY_FUNCTION__; const char *p= __PRETTY_FUNCTION__;
if not consteval
{
std::cerr << p << std::endl;
}
while( *p++ != '[' ); while( *p++ != '[' );
return p + 5 + 4; return p + 5 + 4;
} }