After-merge clean-ups

This commit is contained in:
Thomas Krijnen
2026-07-09 13:30:48 +02:00
parent 7fc2d9a998
commit 561a23cfbc
164 changed files with 1373 additions and 1406 deletions
+3 -3
View File
@@ -21,7 +21,7 @@
#define IFCGLOBALID_H
#include "ifc_parse_api.h"
#include "IfcLogger.h"
#include "logger.h"
#include <boost/uuid/uuid.hpp>
#include <string>
@@ -37,8 +37,8 @@ class IFC_PARSE_API global_id {
public:
static const unsigned int length = 22;
global_id(Logger& logger = Logger::Root());
global_id(const std::string& value, Logger& logger = Logger::Root());
global_id(logger& logger = ::logger::root());
global_id(const std::string& value, logger& logger = ::logger::root());
operator const std::string&() const;
operator const boost::uuids::uuid&() const;
const std::string& formatted() const;