We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38e7983 commit 5bf9baaCopy full SHA for 5bf9baa
1 file changed
section5/Config.hpp
@@ -64,7 +64,7 @@ class Config final
64
private:
65
vm_type m_vm {luaL_newstate(), lua_close};
66
67
- regex_type m_reg {R"(^(\w+)\.(\w+)$)"};
+ const regex_type m_reg {R"(^(\w+)\.(\w+)$)"};
68
mutable match_type m_what;
69
};
70
0 commit comments