summaryrefslogtreecommitdiff
path: root/src/strings/vstring.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/strings/vstring.hpp')
-rw-r--r--src/strings/vstring.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/strings/vstring.hpp b/src/strings/vstring.hpp
index 9952ff9..33dfb10 100644
--- a/src/strings/vstring.hpp
+++ b/src/strings/vstring.hpp
@@ -40,10 +40,7 @@ namespace strings
VString(ZString z);
template<uint8_t m>
VString(VString<m> v);
- template<size_t m>
- VString(char (&s)[m]) = delete;
- template<size_t m>
- VString(const char (&s)[m]);
+ VString(LString l);
VString(decltype(really_construct_from_a_pointer) e, const char *s);
VString(char c);
VString();