1
0
forked from Alepha/Alepha

Consolidate the StaticValue implementations.

This commit is contained in:
2023-11-12 05:23:20 -05:00
parent 5db7ad01f8
commit 4682fe3ffb
6 changed files with 154 additions and 197 deletions

View File

@ -15,11 +15,12 @@ static_assert( __cplusplus > 2020'99 );
#include <Alepha/Utility/evaluation_helpers.h>
#include <Alepha/Utility/StaticValue.h>
#include <Alepha/IOStreams/OutUnixFileBuf.h>
#include "Enum.h"
#include "ProgramOptions.h"
#include "StaticValue.h"
#include "string_algorithms.h"
#include "AutoRAII.h"
@ -46,6 +47,7 @@ namespace Alepha::Hydrogen ::detail:: Console_m
using namespace std::literals::string_literals;
using namespace Utility::exports::evaluation_helpers;
using Utility::StaticValue;
namespace C
{