mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-22 00:52:08 +02:00
merged from trunk
[SVN r33820]
This commit is contained in:
@ -316,7 +316,7 @@ namespace boost {
|
|||||||
// No point in bringing in a bunch of #ifdefs here. This is
|
// No point in bringing in a bunch of #ifdefs here. This is
|
||||||
// going to go away with the next tuple implementation anyway.
|
// going to go away with the next tuple implementation anyway.
|
||||||
//
|
//
|
||||||
bool tuple_equal(tuples::null_type, tuples::null_type)
|
inline bool tuple_equal(tuples::null_type, tuples::null_type)
|
||||||
{ return true; }
|
{ return true; }
|
||||||
|
|
||||||
template<typename Tuple1, typename Tuple2>
|
template<typename Tuple1, typename Tuple2>
|
||||||
|
Reference in New Issue
Block a user