Remove use of boost::blank, close #8622

This commit is contained in:
Kohei Takahashi
2014-11-09 00:49:29 +09:00
parent 5dc9f457a0
commit ff56beaf55
11 changed files with 28 additions and 28 deletions

View File

@ -10,8 +10,8 @@
#include <boost/detail/lightweight_test.hpp>
#include <boost/noncopyable.hpp>
#include <boost/blank.hpp>
#include <boost/mpl/empty_base.hpp>
#include <boost/mpl/identity.hpp>
#include <boost/utility/result_of.hpp>
@ -24,7 +24,7 @@ namespace mpl = boost::mpl;
using boost::noncopyable;
template <class Base = boost::blank>
template <class Base = boost::mpl::empty_base>
struct test_func
: Base
{