forked from Alepha/Alepha
Consolidate the StaticValue
implementations.
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user