Revert "add ```template <typename T>" - oops we don't need this in master!
This reverts commit b3c4aff2c7
.
This commit is contained in:
parent
b3c4aff2c7
commit
7a8e8014b7
1 changed files with 0 additions and 6 deletions
|
@ -38,8 +38,6 @@
|
|||
#include <boost/fusion/include/vector.hpp>
|
||||
#pragma GCC diagnostic pop
|
||||
|
||||
//
|
||||
#include <boost/utility/value_init.hpp>
|
||||
// stl
|
||||
#include <vector>
|
||||
#include <memory>
|
||||
|
@ -172,10 +170,6 @@ struct transform_node
|
|||
transform_node()
|
||||
: base_() {}
|
||||
|
||||
template <typename T>
|
||||
transform_node(boost::value_initialized<T> const&)
|
||||
: base_() {}
|
||||
|
||||
template <typename T>
|
||||
transform_node(T const& val)
|
||||
: base_(val) {}
|
||||
|
|
Loading…
Reference in a new issue