Skip to content

Commit

Permalink
From now on we use the generalized wiring model as default wiring model.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Wolf committed Sep 12, 2014
1 parent d26ad63 commit 210bdee
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions include/boost/numpy/dstream/def.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@
#include <boost/numpy/dstream/wiring.hpp>
#include <boost/numpy/dstream/wiring/generalized_wiring_model.hpp>

// Include all built-in wiring models.
#include <boost/numpy/dstream/wiring/models/scalars_to_scalar_callable.hpp>
#include <boost/numpy/dstream/wiring/models/scalars_to_vector_of_scalar_callable.hpp>

#define BOOST_NUMPY_DSTREAM_DEF_MAX_OPTIONAL_ARGS 4

namespace boost {
Expand Down Expand Up @@ -121,7 +117,6 @@ void create_and_add_py_function(
typedef typename boost::mpl::eval_if<
typename boost::is_same<WiringModelSelector, wiring::detail::null_wiring_model_selector>::type
, wiring::generalized_wiring_model_selector
//, wiring::default_wiring_model_selector<mapping_definition_t, FTypes>
, WiringModelSelector
>::type
wiring_model_selector_t;
Expand Down

0 comments on commit 210bdee

Please sign in to comment.