We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7b200e commit 75d91f5Copy full SHA for 75d91f5
include/boost/openmethod/initialize.hpp
@@ -1334,7 +1334,6 @@ void registry<Policies...>::compiler::print(const method_report& r) const {
1334
1335
template<class Registry>
1336
auto initialize() {
1337
- auto x = odr_check<Registry>::count;
1338
if (odr_check<Registry>::count > 1) {
1339
// Multiple definitions of default_registry detected.
1340
// This indicates an ODR violation.
include/boost/openmethod/registry.hpp
@@ -811,6 +811,9 @@ struct use_class_aux;
811
812
} // namespace detail
813
814
+template<class Registry>
815
+auto initialize();
816
+
817
//! A collection of methods, classes and policies.
818
//!
819
//! Methods exist in the context of a registry. Any class used as a method or
0 commit comments