mirror of
https://github.com/boostorg/static_string.git
synced 2026-01-19 04:42:12 +00:00
Fix syntax
This commit is contained in:
@@ -570,7 +570,7 @@ testConstantEvaluation()
|
||||
cstatic_string().length() +
|
||||
cstatic_string().max_size() +
|
||||
cstatic_string().capacity()) &&
|
||||
cstatic_string().empty());
|
||||
cstatic_string().empty();
|
||||
#endif
|
||||
}
|
||||
} // static_strings
|
||||
|
||||
Reference in New Issue
Block a user