15 Commits

Author SHA1 Message Date
fanquake
827a59efc4 refactor: use boost/core/ref.hpp over boost/ref.hpp
The later is deprecated:

```cpp
// The header file at this path is deprecated;
// use boost/core/ref.hpp instead.

include <boost/core/ref.hpp>
```
2022-08-23 15:48:49 +01:00
Adam Wulkiewicz
30794afc61 Use class keyword in std::tuple_size and std::tuple_element specializations
To avoid warnings 'X defined as a struct template but previously declared as a class template'.
2018-01-06 12:40:55 +01:00
Nikita Kniazev
37ef42e2c3 Suppress mismatched tags warning 2018-01-05 16:09:49 +03:00
Peter Dimov
16731d2689 Make boost::tuple tuple-like to support structured bindings 2018-01-03 19:26:11 +02:00
Joel de Guzman
158c7ef640 Fixes Ticket #12064 2016-03-13 08:04:40 +08:00
Stephen Kelly
ffb3bc75fa Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
Process #elif...#else...#endif blocks.

[SVN r86247]
2013-10-11 23:19:44 +00:00
Stephen Kelly
27d746b9e3 Remove obsolete files.
[SVN r86242]
2013-10-11 23:11:35 +00:00
Beman Dawes
a30a7f9604 With his kind permission, change Jaakko "Järvi" to "Jarvi"
[SVN r46808]
2008-06-28 13:45:21 +00:00
Douglas Gregor
eea1937afc Converted to Boost Software License, Version 1.0
[SVN r24096]
2004-07-27 03:43:34 +00:00
Ralf W. Grosse-Kunstleve
fb8fa3c7b6 work-around for MIPSpro bug
[SVN r15574]
2002-09-30 19:45:22 +00:00
Jaakko Järvi
08be3cbe04 removing tabs
[SVN r13783]
2002-05-09 17:26:37 +00:00
John Maddock
55a83b6408 Added forwarding get functions to solve problems with using::tuples::get statement.
[SVN r12290]
2002-01-13 12:09:39 +00:00
Peter Dimov
cd416f50be Changed tuple.hpp to use ref.hpp
[SVN r11274]
2001-09-26 12:27:43 +00:00
Jaakko Järvi
5b40ff62c6 merged tuples_subnamespace branch to main trunk
[SVN r11121]
2001-09-14 07:55:58 +00:00
Jaakko Järvi
adeeed1f6d Adding the Tuple library files
[SVN r10828]
2001-08-10 11:45:43 +00:00