diff options
-rw-r--r-- | libbrep/package.hxx | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libbrep/package.hxx b/libbrep/package.hxx index d403784..0f3f181 100644 --- a/libbrep/package.hxx +++ b/libbrep/package.hxx @@ -507,4 +507,13 @@ namespace brep }; } +// Workaround for GCC __is_invocable/non-constant condition bug (#86441). +// +#ifdef ODB_COMPILER +namespace std +{ + template class map<brep::package::_license_key, string>; +} +#endif + #endif // LIBBREP_PACKAGE_HXX |