4647fc7095
refactor: use core/swap.hpp over boost/swap.hpp
...
The later is deprecated:
```cpp
ifndef BOOST_SWAP_HPP
define BOOST_SWAP_HPP
// The header file at this path is deprecated;
// use boost/core/swap.hpp instead.
include <boost/core/swap.hpp>
endif
```
2022-08-23 15:55:19 +01:00
e329330031
Avoid using deprecated header iterator.hpp
...
<boost/detail/iterator.hpp> is marked deprecated and is going to be removed in a future release. Replace it with <iterator> to avoid deprecation warnings.
2020-05-10 19:39:21 +03:00
b279a9005b
Fix off-by-one error in range-checking for 'at()'. thanks to DHilbrich for the bug report.
2019-02-07 07:52:11 -08:00
5d06f1074a
Fix compilation for Oracle Studio 12.5
...
The compiler expects a qualified dependent name after `typename`, so move `const` after the name.
2017-01-24 02:31:27 +04:00
cb4df41bd6
Replace inclusion of hash_fwd.hpp with a declaration of hash_range
2015-01-09 00:01:41 +02:00
4584f63f01
Simplify multi-component ifdefs containing BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
...
[SVN r86248]
2013-10-11 23:20:59 +00:00
2e0052d49f
Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
...
Process #ifndef...#endif conditions.
[SVN r86244]
2013-10-11 23:15:00 +00:00
6ad6249e1c
Array: Remove obsolete MSVC version check.
...
[SVN r85903]
2013-09-25 13:51:37 +00:00
12fcbb59c2
Back out some of the constexpr support Boost.Array; it crashes gcc
...
[SVN r82906]
2013-02-15 17:11:09 +00:00
4a60b8c146
Add constexpr support to Boost.Array
...
[SVN r82834]
2013-02-12 18:07:15 +00:00
e02e7dcc00
Add boost::get<> support to Boost.Array
...
[SVN r82089]
2012-12-19 00:53:31 +00:00
daeb19f693
Add support for std::get<> to Boost.Array
...
[SVN r82083]
2012-12-18 17:59:08 +00:00
f4a0cbd364
Added support for Boost.Hash to Boost.Array; fixes #6791
...
[SVN r77976]
2012-04-14 18:07:34 +00:00
992299f2bf
Use BOOST_ASSERT_MSG instead of naked BOOST_ASSERT
...
[SVN r77135]
2012-02-28 18:47:28 +00:00
e6a44cf529
Removed tabs
...
[SVN r70442]
2011-03-22 23:55:20 +00:00
5072c551ec
Pathscale-4.0 configuration code/workarounds.
...
[SVN r68142]
2011-01-14 02:59:34 +00:00
97e912e82e
Added crbegin and crend to Boost.Array; refs #4761 . Will close ticket when merged to release branch
...
[SVN r67481]
2010-12-28 19:14:23 +00:00
05aa660128
Added cbegin and cend to Boost.Array; refs #4761 . Will close ticket when merged to release branch
...
[SVN r67478]
2010-12-28 18:39:14 +00:00
5329bd6f1c
Slight tweak of get_c_array
...
[SVN r66712]
2010-11-24 16:13:12 +00:00
80fa50df2e
SunPro workaround; references #4757
...
[SVN r66651]
2010-11-20 00:48:33 +00:00
38217688e1
Fix elems for Sun compilers
...
[SVN r66154]
2010-10-23 19:11:16 +00:00
2595eda739
Removed tabs
...
[SVN r62803]
2010-06-11 14:46:31 +00:00
64e5394540
Added get_c_array to Boost.Array
...
[SVN r62487]
2010-06-06 16:05:13 +00:00
c37498364e
Detab array.hpp
...
[SVN r61415]
2010-04-19 21:41:21 +00:00
5e81100035
Added support for SunCC and 'fill' operation; tickets #3893 and #3168 respectively
...
[SVN r60436]
2010-03-10 18:03:30 +00:00
79cadb97d7
Changed exception throwing to use boost::throw_exception
...
[SVN r60417]
2010-03-10 14:23:49 +00:00
9609395af0
Applied patches to fix #2886
...
[SVN r59476]
2010-02-04 18:22:13 +00:00
fb72e72640
MSVC warning suppression - fixes #3599 .
...
[SVN r59439]
2010-02-03 12:10:56 +00:00
7fb9412ea8
removed warning on vc++ for using std::equal
...
[SVN r54541]
2009-06-30 20:04:45 +00:00
471bc9bf06
Supress warnings in array
...
[SVN r53105]
2009-05-19 03:00:53 +00:00
9cf5e0c9a1
Use boost::swap instead of std::swap_ranges to enable ADL. Fixes #2753 .
...
[SVN r53104]
2009-05-19 02:37:04 +00:00
069b5e2ca1
Throw out_of_range rather than range_error. See 21.1.1 paragraph 13.
...
[SVN r36304]
2006-12-08 16:54:30 +00:00
d7a5408143
http://www.josuttis.com/ hasn't the latest version any more
...
[SVN r34855]
2006-08-08 18:49:30 +00:00
564e4029d0
Simplified code.
...
[SVN r34384]
2006-06-24 11:31:19 +00:00
0dc11c2f23
Fix compiler errors resulting from missing return values.
...
[SVN r34259]
2006-06-09 11:40:07 +00:00
7da1c4b310
Remove size zero support for old compilers that do not support partial template specialization
...
[SVN r34161]
2006-06-04 11:01:59 +00:00
8f10fdf27e
Support for zero length arrays
...
[SVN r34154]
2006-06-03 12:51:13 +00:00
2fde5e334b
License update
...
[SVN r24990]
2004-09-09 13:59:01 +00:00
4ee6e051fe
*** empty log message ***
...
[SVN r24128]
2004-07-27 20:00:34 +00:00
bac6446111
added debug bounds checking; added new empty() definition
...
[SVN r24127]
2004-07-27 19:58:09 +00:00
0543286830
Installed some updates from Nicolai Josuttis
...
[SVN r22065]
2004-01-30 03:32:19 +00:00
0f3969f9e0
Add /libs/lib-name to comment
...
[SVN r16685]
2002-12-23 02:43:12 +00:00
c501468b53
Fixed reverse iterator workaround test, should now work with Intel C++ as well as VC7.
...
[SVN r16195]
2002-11-11 12:40:56 +00:00
faf0005e86
Added BOOST_DINKUMWARE_STDLIB macro
...
[SVN r16172]
2002-11-09 11:54:05 +00:00
13d4e8bc40
Stripped tabs, added VC7+STLport fixes
...
[SVN r15193]
2002-09-07 10:45:04 +00:00
9ea2182afa
One more attempt to get Intel config right.
...
[SVN r15166]
2002-09-05 10:18:10 +00:00
bf3b240686
Second try at fixing Intel errors, without messing up Intel+STLport config.
...
[SVN r15141]
2002-09-03 11:34:12 +00:00
6b9c6c9de3
Added (hopeful) Intel C++ fixes for broken std::reverse_iterator.
...
[SVN r15124]
2002-09-01 10:43:04 +00:00
fe013c42b7
Added a fix for non Microsoft compilers using Microsoft libraries.
...
[SVN r15068]
2002-08-23 14:32:39 +00:00
f5699ae164
Fixed reverse iterator declarations so that they work with VC7b2.
...
[SVN r12173]
2001-12-29 12:33:32 +00:00