mirror of
https://github.com/boostorg/tuple.git
synced 2025-07-30 04:37:15 +02:00
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