diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-01-04 19:12:08 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-01-04 19:12:08 +0100 |
commit | 688bc74ce0ab320cdfc6e73f6db75612968f74c4 (patch) | |
tree | 1c5d11bc2088cd19c5012fa2fc90c62ab1fdde2b /asl/string.hpp | |
parent | 46944ec98688e962e94dcfcf426215f252bf2a87 (diff) |
Fix a bunch of warnings
Diffstat (limited to 'asl/string.hpp')
-rw-r--r-- | asl/string.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/asl/string.hpp b/asl/string.hpp index 288767f..86fc304 100644 --- a/asl/string.hpp +++ b/asl/string.hpp @@ -59,4 +59,6 @@ public: } }; +string() -> string<>; + } // namespace asl |