forked from Alepha/Alepha
Modernize the format of TableTest.
This commit is contained in:
@ -17,12 +17,8 @@ static_assert( __cplusplus > 2020'00 );
|
||||
#include <Alepha/Utility/evaluation.h>
|
||||
#include <Alepha/console.h>
|
||||
|
||||
namespace Alepha::Hydrogen::Testing
|
||||
namespace Alepha::Hydrogen::Testing ::detail:: table_test
|
||||
{
|
||||
inline namespace exports { inline namespace table_test {} }
|
||||
|
||||
namespace detail::table_test
|
||||
{
|
||||
inline namespace exports
|
||||
{
|
||||
template< auto > struct TableTest;
|
||||
@ -128,10 +124,9 @@ namespace Alepha::Hydrogen::Testing
|
||||
}
|
||||
};
|
||||
#endif
|
||||
}
|
||||
|
||||
namespace exports::table_test
|
||||
{
|
||||
using namespace detail::table_test::exports;
|
||||
}
|
||||
}
|
||||
|
||||
namespace Alepha::Hydrogen::Testing::inline exports::inline table_test
|
||||
{
|
||||
using namespace detail::table_test::exports;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user