1
0
forked from Alepha/Alepha

Rename string gen to IOStreams::String.

This commit is contained in:
2023-10-25 20:54:39 -04:00
parent fe305f52c3
commit a62335960e
5 changed files with 15 additions and 15 deletions

View File

@ -92,7 +92,7 @@ static_assert( __cplusplus > 2020'00 );
#include <Alepha/Concepts.h>
#include <Alepha/string_algorithms.h>
#include <Alepha/IOStreams/Stream.h>
#include <Alepha/IOStreams/String.h>
#include <Alepha/Utility/evaluation_helpers.h>