remove leftovers from win32 dll experiment

This commit is contained in:
Jean-Louis Leroy
2025-10-25 12:36:38 -04:00
parent e78199e8a0
commit b31bee24b2
4 changed files with 0 additions and 14 deletions

View File

@@ -366,11 +366,9 @@ struct use_class_aux<Registry, mp11::mp_list<Class, Bases...>>
}
};
#ifndef BOOST_OPENMETHOD_IMPORT
template<class Registry, class Class, typename... Bases>
type_id use_class_aux<
Registry, mp11::mp_list<Class, Bases...>>::bases[sizeof...(Bases)];
#endif
template<class... Classes>
using use_classes_tuple_type = boost::mp11::mp_apply<
@@ -2348,8 +2346,6 @@ class method<Id, ReturnType(Parameters...), Registry>
};
};
#ifndef BOOST_OPENMETHOD_IMPORT
template<
typename Id, typename... Parameters, typename ReturnType, class Registry>
method<Id, ReturnType(Parameters...), Registry>
@@ -2375,8 +2371,6 @@ typename method<Id, ReturnType(Parameters...), Registry>::
method<Id, ReturnType(Parameters...), Registry>::override_aux<
Function, FnReturnType (*)(FnParameters...)>::impl;
#endif
template<
typename Id, typename... Parameters, typename ReturnType, class Registry>
method<Id, ReturnType(Parameters...), Registry>::method() {

View File

@@ -123,11 +123,9 @@ struct default_error_handler : error_handler {
};
};
#ifndef BOOST_OPENMETHOD_IMPORT
template<class Registry>
typename default_error_handler::fn<Registry>::function_type
default_error_handler::fn<Registry>::handler = default_handler;
#endif
} // namespace boost::openmethod::policies

View File

@@ -156,7 +156,6 @@ struct fast_perfect_hash : type_hash {
};
};
#ifndef BOOST_OPENMETHOD_IMPORT
template<class Registry>
std::size_t fast_perfect_hash::fn<Registry>::mult;
@@ -168,7 +167,6 @@ std::size_t fast_perfect_hash::fn<Registry>::min_value;
template<class Registry>
std::size_t fast_perfect_hash::fn<Registry>::max_value;
#endif
template<class Registry>
template<class ForwardIterator, class... Options>

View File

@@ -23,13 +23,9 @@ struct stderr_output : output {
};
};
#ifndef BOOST_OPENMETHOD_IMPORT
template<class Registry>
detail::ostderr stderr_output::fn<Registry>::os;
#endif
} // namespace boost::openmethod::policies
#endif