comparison DEPENDENCIES/generic/include/boost/detail/compressed_pair.hpp @ 101:c530137014c0

Update Boost headers (1.58.0)
author Chris Cannam
date Mon, 07 Sep 2015 11:12:49 +0100
parents 2665513ce2d3
children
comparison
equal deleted inserted replaced
100:793467b5e61c 101:c530137014c0
4 // http://www.boost.org/LICENSE_1_0.txt). 4 // http://www.boost.org/LICENSE_1_0.txt).
5 // 5 //
6 // See http://www.boost.org/libs/utility for most recent version including documentation. 6 // See http://www.boost.org/libs/utility for most recent version including documentation.
7 7
8 // compressed_pair: pair that "compresses" empty members 8 // compressed_pair: pair that "compresses" empty members
9 // (see libs/utility/compressed_pair.htm) 9 // (see libs/utility/doc/html/compressed_pair.html)
10 // 10 //
11 // JM changes 25 Jan 2004: 11 // JM changes 25 Jan 2004:
12 // For the case where T1 == T2 and both are empty, then first() and second() 12 // For the case where T1 == T2 and both are empty, then first() and second()
13 // should return different objects. 13 // should return different objects.
14 // JM changes 25 Jan 2000: 14 // JM changes 25 Jan 2000: