Commit 2f5e4eae authored by Dominik Charousset's avatar Dominik Charousset

removed unused constexpr variable

parent f32d8e28
......@@ -111,8 +111,6 @@ bool operator!=(const struct_c& lhs, const struct_c& rhs) {
return !(lhs == rhs);
}
static const char* msg1str = u8R"__({ @i32 ( 42 ), "Hello \"World\"!" })__";
struct raw_struct {
string str;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment