diff options
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; |