Revert "add ```template <typename T>" - oops we don't need this in master!

This reverts commit b3c4aff2c7.
This commit is contained in:
artemp 2017-01-03 11:28:40 +01:00
parent b3c4aff2c7
commit 7a8e8014b7

View file

@ -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) {}