mirror of
https://github.com/boostorg/openmethod.git
synced 2026-01-19 04:22:12 +00:00
remove leftovers from win32 dll experiment
This commit is contained in:
@@ -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() {
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user