forked from boostorg/static_string
Fix syntax
This commit is contained in:
@ -570,7 +570,7 @@ testConstantEvaluation()
|
|||||||
cstatic_string().length() +
|
cstatic_string().length() +
|
||||||
cstatic_string().max_size() +
|
cstatic_string().max_size() +
|
||||||
cstatic_string().capacity()) &&
|
cstatic_string().capacity()) &&
|
||||||
cstatic_string().empty());
|
cstatic_string().empty();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
} // static_strings
|
} // static_strings
|
||||||
|
Reference in New Issue
Block a user