summaryrefslogtreecommitdiff
path: root/src/strings/rstring.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/strings/rstring.hpp')
-rw-r--r--src/strings/rstring.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strings/rstring.hpp b/src/strings/rstring.hpp
index ad44beb..62f74fa 100644
--- a/src/strings/rstring.hpp
+++ b/src/strings/rstring.hpp
@@ -48,7 +48,7 @@ namespace strings
const char *maybe_end;
public:
- RString();
+ RString() noexcept;
RString(LString s);
RString(const RString&);
RString(RString&&);