mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
Configurable pointer type; std::from_chars(); aggregate inverses in vector; skip parse_context
This commit is contained in:
@@ -54,10 +54,14 @@ namespace {
|
||||
}
|
||||
|
||||
void plugin_debug(const std::string& message) {
|
||||
#ifdef IFOPSH_PLUGIN_DEBUG
|
||||
#if defined(_MSC_VER) && defined(_UNICODE)
|
||||
std::wcerr << "[ifcopenshell.plugin] " << message.c_str() << std::endl;
|
||||
#else
|
||||
std::cerr << "[ifcopenshell.plugin] " << message << std::endl;
|
||||
#endif
|
||||
#else
|
||||
static_cast<void>(message);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user