This commit is contained in:
Thomas Krijnen
2021-04-29 16:29:31 +02:00
parent f5e5ede0fa
commit a936a5317d
+1
View File
@@ -45,6 +45,7 @@ namespace IfcUtil {
IFC_PARSE_API const char* ArgumentTypeToString(ArgumentType argument_type);
/// Returns false when the string `s` contains character outside of {'0', '1'}
IFC_PARSE_API bool valid_binary_string(const std::string& s);
}