[nostalgia/std] Add String as alternative to BString, which uses heap allocations

This commit is contained in:
2020-03-14 16:30:14 -05:00
parent 317cfabc72
commit 38acb5dfc3
8 changed files with 368 additions and 157 deletions

View File

@@ -8,6 +8,7 @@ add_library(
random.cpp
substitutes.cpp
stacktrace.cpp
string.cpp
strops.cpp
trace.cpp
)