diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-01-23 23:59:32 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-01-23 23:59:32 +0100 |
commit | deecf07bd1feadf76aadba127c7b64f931800c20 (patch) | |
tree | c10e39156b70ffe4f92c5ad8e6f722c1065d04d8 /asl/string.hpp | |
parent | 5c45530359187a63356dae05314263168e6a31a1 (diff) |
Add StringWriter, and use it instead of StringSink
Diffstat (limited to 'asl/string.hpp')
-rw-r--r-- | asl/string.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asl/string.hpp b/asl/string.hpp index 4750cd5..f15cf18 100644 --- a/asl/string.hpp +++ b/asl/string.hpp @@ -16,7 +16,7 @@ class string {} template<allocator A> - friend class string_builder; + friend class StringBuilder; public: constexpr string() requires default_constructible<Allocator> = default; |