Skip to content

Commit b31bee2

Browse files
committed
remove leftovers from win32 dll experiment
1 parent e78199e commit b31bee2

File tree

4 files changed

+0
-14
lines changed

4 files changed

+0
-14
lines changed

include/boost/openmethod/core.hpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -366,11 +366,9 @@ struct use_class_aux<Registry, mp11::mp_list<Class, Bases...>>
366366
}
367367
};
368368

369-
#ifndef BOOST_OPENMETHOD_IMPORT
370369
template<class Registry, class Class, typename... Bases>
371370
type_id use_class_aux<
372371
Registry, mp11::mp_list<Class, Bases...>>::bases[sizeof...(Bases)];
373-
#endif
374372

375373
template<class... Classes>
376374
using use_classes_tuple_type = boost::mp11::mp_apply<
@@ -2348,8 +2346,6 @@ class method<Id, ReturnType(Parameters...), Registry>
23482346
};
23492347
};
23502348

2351-
#ifndef BOOST_OPENMETHOD_IMPORT
2352-
23532349
template<
23542350
typename Id, typename... Parameters, typename ReturnType, class Registry>
23552351
method<Id, ReturnType(Parameters...), Registry>
@@ -2375,8 +2371,6 @@ typename method<Id, ReturnType(Parameters...), Registry>::
23752371
method<Id, ReturnType(Parameters...), Registry>::override_aux<
23762372
Function, FnReturnType (*)(FnParameters...)>::impl;
23772373

2378-
#endif
2379-
23802374
template<
23812375
typename Id, typename... Parameters, typename ReturnType, class Registry>
23822376
method<Id, ReturnType(Parameters...), Registry>::method() {

include/boost/openmethod/policies/default_error_handler.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,9 @@ struct default_error_handler : error_handler {
123123
};
124124
};
125125

126-
#ifndef BOOST_OPENMETHOD_IMPORT
127126
template<class Registry>
128127
typename default_error_handler::fn<Registry>::function_type
129128
default_error_handler::fn<Registry>::handler = default_handler;
130-
#endif
131129

132130
} // namespace boost::openmethod::policies
133131

include/boost/openmethod/policies/fast_perfect_hash.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ struct fast_perfect_hash : type_hash {
156156
};
157157
};
158158

159-
#ifndef BOOST_OPENMETHOD_IMPORT
160159
template<class Registry>
161160
std::size_t fast_perfect_hash::fn<Registry>::mult;
162161

@@ -168,7 +167,6 @@ std::size_t fast_perfect_hash::fn<Registry>::min_value;
168167

169168
template<class Registry>
170169
std::size_t fast_perfect_hash::fn<Registry>::max_value;
171-
#endif
172170

173171
template<class Registry>
174172
template<class ForwardIterator, class... Options>

include/boost/openmethod/policies/stderr_output.hpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,9 @@ struct stderr_output : output {
2323
};
2424
};
2525

26-
#ifndef BOOST_OPENMETHOD_IMPORT
27-
2826
template<class Registry>
2927
detail::ostderr stderr_output::fn<Registry>::os;
3028

31-
#endif
32-
3329
} // namespace boost::openmethod::policies
3430

3531
#endif

0 commit comments

Comments
 (0)