forked from boostorg/tuple
Changed tuple.hpp to use ref.hpp
[SVN r11274]
This commit is contained in:
@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
#else
|
#else
|
||||||
// other compilers
|
// other compilers
|
||||||
#include "boost/tuple/reference_wrappers.hpp"
|
#include "boost/ref.hpp"
|
||||||
#include "boost/tuple/detail/tuple_basic.hpp"
|
#include "boost/tuple/detail/tuple_basic.hpp"
|
||||||
|
|
||||||
#endif // BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
|
#endif // BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
|
||||||
|
Reference in New Issue
Block a user