We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 243b674 commit a9e6747Copy full SHA for a9e6747
1 file changed
src/scorepy/cstring.h
@@ -12,7 +12,7 @@ class CString
12
const char* s_;
13
14
public:
15
- constexpr CString(const char* s) : s_(s)
+ CString(const char* s) : s_(s)
16
{
17
assert(s_);
18
}
0 commit comments