mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-28 07:49:59 +00:00
module is a C++ 20 keyword. Explicitly stating namespace allows cpp20 projects to build against the library
This commit is contained in:
+1
-1
@@ -96,7 +96,7 @@ public:
|
||||
|
||||
std::vector<std::filesystem::path> discover(const std::string& basename_prefix) const;
|
||||
std::vector<std::filesystem::path> discover_exact(const std::string& basename) const;
|
||||
module load(const std::filesystem::path& path) const;
|
||||
ifcopenshell::plugin::module load(const std::filesystem::path& path) const;
|
||||
|
||||
private:
|
||||
std::vector<std::filesystem::path> search_paths_;
|
||||
|
||||
Reference in New Issue
Block a user