git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@268 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2011-03-19 11:11:45 +00:00
parent 8ec538a76e
commit 7d06ec5290

View file

@ -111,8 +111,7 @@ namespace detail5
struct sink
{
template< typename T >
sink( const T&, BOOST_DEDUCED_TYPENAME boost::disable_if<
boost::is_fundamental< T > >::type* = 0 )
sink( const T& )
{}
};