1
0
forked from Alepha/Alepha

Apply the newer namespace rules and layout/formatting.

This commit is contained in:
2024-04-02 23:32:02 -04:00
parent 53a4d91a23
commit 373b07e1c4
31 changed files with 501 additions and 536 deletions

View File

@ -2,7 +2,7 @@ static_assert( __cplusplus > 2020'99 );
#include "test.h"
namespace Alepha::Hydrogen::Testing::detail::testing
namespace Alepha::Hydrogen::Testing ::detail:: test_m
{
StaticValue< std::vector< std::tuple< std::string, bool, std::function< void() > > > > registry;