From 688bc74ce0ab320cdfc6e73f6db75612968f74c4 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Sat, 4 Jan 2025 19:12:08 +0100 Subject: Fix a bunch of warnings --- asl/string.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'asl/string.hpp') 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 -- cgit