module is a C++ 20 keyword. Explicitly stating namespace allows cpp20 projects to build against the library

This commit is contained in:
Richard Brice
2026-08-25 15:28:27 -07:00
parent f5c968ce14
commit 6b6407d9ab
+1 -1
View File
@@ -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_;