Andrey Semashev
cf5ad341ed
Added a missing include.
2015-09-11 19:31:18 +03:00
Marcel Raad
cb6500161b
Remove deprecated include
...
All that boost/iterator.hpp does is pull std::iterator into namespace boost. A comment in that header mentions: "This header is obsolete and will be deprecated."
2015-09-11 17:49:23 +02:00
Marshall Clow
13610caa36
Update copyright notice; change to_string to avoid UB by calling a different constructor. Fixes #11150
2015-03-28 12:02:41 -07:00
Andrey Semashev
651a869d4f
Reworked next() and prior() taking the distance arguments.
...
The new version should provide the expected behavior in the case (prior(v.end(), v.size()) == v.begin()). It should also work with integers now, as was originally intended by David Abrahams. Added tests to verify these new use cases.
2014-06-24 01:05:32 +04:00
Andrey Semashev
f1edd107eb
Merge pull request #12 from K-ballo/base-from-ref-member
...
Added base_from_member specialization for members of lvalue-reference types.
2014-06-12 03:54:08 +04:00
K-ballo
4531b2a2a6
Ported compressed_pair documentation to Quickbook
2014-06-11 19:48:23 -03:00
K-ballo
51e482edfe
Added base_from_member specialization for members of lvalue-reference type
2014-06-11 18:55:12 -03:00
Peter Dimov
87bc4c8dce
Remove declval.hpp, moved to type_traits.
2014-06-05 17:41:17 +03:00
Peter Dimov
34c11cb995
Remove generator_iterator.hpp, as it has been moved to iterator.
2014-06-05 02:34:39 +03:00
Andrey Semashev
10b8041472
boost::swap, boost::empty_deleter and explicit operator bool macros moved from Boost.Utility to Boost.Core.
2014-06-01 22:44:30 +04:00
Peter Dimov
1ed9aaa2a4
Remove headers that have been moved into core.
2014-06-01 03:22:30 +03:00
Andrey Semashev
df8e0c2dae
Merge pull request #5 from Lastique/patch-1
...
Fix compilation with gcc 4.5 in C++11 mode
2014-05-10 08:59:10 +04:00
Andrey Semashev
f5869d0f82
Merge pull request #6 from Lastique/develop
...
Added a new macro BOOST_EXPLICIT_OPERATOR_BOOL_NOEXCEPT
2014-05-10 08:57:32 +04:00
Eric Niebler
379e2111e2
value_init and swap work on nvidia gpu's
2014-05-01 15:29:43 -07:00
Andrey Semashev
d1bfa8e7b0
Added a new macro BOOST_EXPLICIT_OPERATOR_BOOL_NOEXCEPT, which implements a noexcept operator. Also added explicit noexcept specification for the constexpr macro.
2014-04-26 15:11:35 +04:00
Eric Niebler
de0e18ca0a
work around nvcc bug by only defining has_result when it's needed
2014-04-23 15:54:27 -07:00
Andrey Semashev
8ae3bfa961
Fix compilation with gcc 4.5 in C++11 mode
...
Gcc 4.5 does not allow non-public defaulted functions, so fall back to the C++03 version. Also replaced the deprecated macros with the new ones and adjusted formatting.
2014-04-10 00:27:41 +04:00
Peter Dimov
d4b5fde5a8
Remove assert from utility
2014-02-09 17:56:48 +02:00
Peter Dimov
b434003b13
Revert incorrect reversion of adf57817ec
2013-12-11 23:28:13 +02:00
Peter Dimov
50eafe2027
Fix addressof for nullptr_t values. Fixes #5487 .
2013-12-11 01:57:20 +02:00
Peter Dimov
79d9d9f514
Revert "Ref: Remove obsolete MSVC version check."
...
This reverts commit adf57817ec
.
Conflicts:
include/boost/ref.hpp
2013-12-11 00:46:10 +02:00
Peter Dimov
f90812f1d9
Revert "Remove check for obsolete DMC version."
...
This reverts commit 4dc9659097
.
2013-12-11 00:18:49 +02:00
Peter Dimov
244c343efe
Revert "Remove obsolete MSVC check from pragma guard"
...
This reverts commit 1fd5883b34
.
2013-12-11 00:13:48 +02:00
Stephen Kelly
03047e3f00
Simplify multi-component ifdefs containing BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
...
[SVN r86248]
2013-10-11 23:20:59 +00:00
Stephen Kelly
468fb2dd5f
Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
...
Process #ifndef...#else...#endif blocks.
[SVN r86245]
2013-10-11 23:17:48 +00:00
Stephen Kelly
e97577a0ae
Remove obsolete files.
...
[SVN r86242]
2013-10-11 23:11:35 +00:00
Joel Falcou
a90bc68a7f
Fix #9170 - Add BOOST_FORCEINLINE in address_of for performance issues
...
[SVN r86125]
2013-10-01 15:05:39 +00:00
Joel Falcou
b39e4e5aea
Fix #9169 - Add BOOST_FORCEINLINE on boost::ref for performance issue
...
[SVN r86124]
2013-10-01 15:02:28 +00:00
Stephen Kelly
37c8f45edc
Operators: Remove obsolete GCC version check.
...
[SVN r86114]
2013-10-01 08:47:11 +00:00
Stephen Kelly
4dc9659097
Remove check for obsolete DMC version.
...
[SVN r86043]
2013-09-30 00:36:13 +00:00
Stephen Kelly
3d1646cf51
Detail: Remove obsolete MSVC version checks.
...
[SVN r86039]
2013-09-30 00:21:39 +00:00
Stephen Kelly
adf57817ec
Ref: Remove obsolete MSVC version check.
...
[SVN r86031]
2013-09-30 00:19:48 +00:00
Stephen Kelly
1fd5883b34
Remove obsolete MSVC check from pragma guard
...
git grep -h -B1 "^#\s*pragma once" | grep -v pragma | sort | uniq
is now clean.
[SVN r85952]
2013-09-26 13:02:51 +00:00
Stephen Kelly
fc4bc227b5
Utility: Remove obsolete MSVC version check
...
[SVN r85932]
2013-09-26 09:41:00 +00:00
Stephen Kelly
bcd50e9105
Remove use of obsolete BOOST_APPEND_EXPLICIT_TEMPLATE_TYPE{,_SPEC} macro.
...
[SVN r85896]
2013-09-25 10:29:44 +00:00
Andrey Semashev
9df000eece
Extracted empty_deleter to Boost.Utility.
...
[SVN r85577]
2013-09-05 18:25:41 +00:00
Andrey Semashev
8e4054467e
Attempt to work around explicit_operator_bool_compile_fail_conv_pvoid test failure for VACPP.
...
[SVN r85570]
2013-09-05 08:28:24 +00:00
Andrey Semashev
7ae5e14681
Extracted BOOST_EXPLICIT_OPERATOR_BOOL macro from Boost.Log.
...
[SVN r85543]
2013-09-01 16:31:16 +00:00
Daniel Walker
15021632dc
added new result_of mode that uses TR1 with a decltype fallback as suggested by Nathan Crookston; fixes #7753
...
[SVN r84949]
2013-07-03 22:14:27 +00:00
Andrey Semashev
9baf33dd16
Optimized BOOST_ASSERT_MSG so that it is more lightweight and doesn't prevent enclosing functions from inlining. Also added branching hints for the checked conditions.
...
[SVN r84682]
2013-06-07 20:21:24 +00:00
Andrey Semashev
6bb1ce9b7b
Avoid using ios_base and streamsize, which are not defined in iosfwd.
...
[SVN r84636]
2013-06-04 18:41:39 +00:00
Andrey Semashev
d09b37d3ef
More modifications according to the review.
...
[SVN r84611]
2013-06-02 19:16:50 +00:00
Andrey Semashev
f3bb2a493c
Modifications according to the review.
...
[SVN r84609]
2013-06-02 18:15:53 +00:00
Andrey Semashev
71b501a0b0
Removed constexpr from substr() as it doesn't work with BOOST_THROW_EXCEPTION. Added a test for streaming.
...
[SVN r84518]
2013-05-26 19:23:52 +00:00
Andrey Semashev
547c562464
Minor change (no need to create a sentry, it will be created by the stream methods).
...
[SVN r84513]
2013-05-26 15:52:16 +00:00
Andrey Semashev
91aab126e1
1. Extracted forward declarations to a separate header so that it can be included by other libraries (Boost.Log, for instance).
...
2. Added a default value for char traits template parameter.
3. Added missing headers and removed unused ones.
4. Added inline specifiers to operators.
5. Fixed operator<< behaving incorrectly when particular width is requested (std::setw, etc.).
6. Replaced all throw statements with BOOST_THROW_EXCEPTION.
[SVN r84511]
2013-05-26 15:36:25 +00:00
Vicente J. Botet Escriba
1057ff4d9e
Utility/noncopyable: Make use of =delete #6578 .
...
[SVN r83833]
2013-04-10 17:16:02 +00:00
Vicente J. Botet Escriba
2e4007413e
Assert: rollback [82428].
...
[SVN r83431]
2013-03-14 22:27:04 +00:00
Vicente J. Botet Escriba
98bb9e6300
Utility: address_of take care of #7079 .
...
[SVN r83429]
2013-03-14 17:48:06 +00:00
Vicente J. Botet Escriba
1cdb78c30a
Assert: take care of #7028 .
...
[SVN r83428]
2013-03-14 17:46:52 +00:00
Eric Niebler
e0e16be802
fix breakage of string_ref logical ops, detabify, remove trailing whitespace
...
[SVN r83147]
2013-02-25 06:30:00 +00:00
Eric Niebler
9284a64936
disable annoying msvc warning, refs #7663
...
[SVN r82960]
2013-02-17 23:56:10 +00:00
Marshall Clow
6e2c1b6b53
Added to_string and better comparisons to Boost.StringRef
...
[SVN r82902]
2013-02-15 16:12:30 +00:00
Marshall Clow
e4d622019f
Fixed bug in string_ref::find; Refs #8067
...
[SVN r82901]
2013-02-15 16:07:06 +00:00
Marshall Clow
98d793152c
Move string_ref to Boost.Utility; first crack at docs
...
[SVN r81972]
2012-12-15 16:38:07 +00:00
Marshall Clow
dc8ffe92b8
Removed use of deprecated macros
...
[SVN r81801]
2012-12-08 18:37:29 +00:00
Marshall Clow
c55d5ca7de
Removed usage of deprecated macros in Boost.Utility; specifically result_of
...
[SVN r81574]
2012-11-26 20:32:24 +00:00
Michel Morin
943af35553
Tweak comments (removing a non-ascii character, updating references to the C++11 standard, etc.) and rename the include guard macro.
...
[SVN r81112]
2012-10-30 16:51:16 +00:00
Eric Niebler
93f6e3473b
friendlier wrt overloaded comma
...
[SVN r80732]
2012-09-28 08:47:35 +00:00
Eric Niebler
4a08e3d0bf
remove workaround for gcc-4.4, boost.config is correct now
...
[SVN r80712]
2012-09-26 18:47:08 +00:00
Eric Niebler
3d650b7f92
nicer work-around for gcc warnings
...
[SVN r80656]
2012-09-23 02:08:32 +00:00
Daniel Walker
0568a114a8
supress warnings in result_of_iterate.hpp on gcc 4 and up.
...
[SVN r80655]
2012-09-23 01:44:39 +00:00
Eric Niebler
7148d6c95e
gcc-4.4 doesn't have robust enough support for sfinae-for-expressions
...
[SVN r80654]
2012-09-23 01:11:00 +00:00
Eric Niebler
1cfe3145b4
sfinae-friendly result_of implementation for compilers that don't have extended sfinae for expressions
...
[SVN r80636]
2012-09-22 19:15:37 +00:00
Eric Niebler
57d65d6a94
untab-ify
...
[SVN r80608]
2012-09-20 17:06:34 +00:00
Daniel Walker
ac9f617f7f
SFINAE enabled result_of fixes [7343]
...
[SVN r80605]
2012-09-19 23:10:08 +00:00
Daniel Walker
b6a55f878c
reverting [78195] in result_of_iterate.hpp to allow users to force result_of to use decltype
...
[SVN r80550]
2012-09-17 00:04:55 +00:00
Emil Dotchevski
37c5395e7a
Ticket #7094 , thanks 1czajnik
...
[SVN r79398]
2012-07-10 03:43:13 +00:00
Vicente J. Botet Escriba
8036d4370f
Utility/declval: update history.
...
[SVN r78729]
2012-05-28 18:44:24 +00:00
Lorenzo Caminiti
5fe00c4322
Added identity_type.hpp to utility.hpp.
...
Added static to Addable data members because they are references.
Marked a couple of regression tests for release compilers.
[SVN r78653]
2012-05-26 20:39:22 +00:00
John Maddock
923caf4410
Fix for GCC-4.3.x.
...
[SVN r78268]
2012-04-30 14:07:24 +00:00
Eric Niebler
d5cacff7c6
only use decltype when Boost.Config says it's ok
...
[SVN r78195]
2012-04-25 17:41:51 +00:00
Eric Niebler
4111de6f68
result_of uses decltype on compilers that implement N3276
...
[SVN r77905]
2012-04-11 00:28:33 +00:00
Eric Niebler
df9315101e
whoops
...
[SVN r77904]
2012-04-11 00:13:10 +00:00
Eric Niebler
2637dfcc59
result_of uses decltype on compilers that implement N3276
...
[SVN r77903]
2012-04-11 00:05:56 +00:00
Lorenzo Caminiti
a7e8d28621
Updated IdentityType docs.
...
[SVN r77902]
2012-04-10 21:53:28 +00:00
Daniel Walker
acf8b66a4f
Applied patch from Michel Morin to fix #6755 . Updated copyright to recognize contributors from the past several years.
...
[SVN r77702]
2012-04-01 20:38:36 +00:00
Vicente J. Botet Escriba
c11e08b6b7
Utility: Rollback unwanted commit while adding noexcept to boost::declval
...
[SVN r77562]
2012-03-26 17:07:17 +00:00
Vicente J. Botet Escriba
2cfe775694
Utility: Fix for Adding noexcept to boost::declval
...
[SVN r77552]
2012-03-25 23:17:39 +00:00
Vicente J. Botet Escriba
9fa5d63525
Utility: Apply patch for 6570: Adding noexcept to boost::declval
...
[SVN r77539]
2012-03-25 15:58:40 +00:00
Daryle Walker
0db9276e8c
Fixed (hopefully) conflict between boost::base_from_member's C++11 constructor template and the automatically defined non-template copy- and/or move-constructors.
...
[SVN r77046]
2012-02-17 01:55:33 +00:00
Lorenzo Caminiti
9a16aaa2b9
Added LocalFunction and Utility/IdentityType source files.
...
[SVN r77024]
2012-02-15 00:41:33 +00:00
Daryle Walker
e763315b55
Updated boost::base_from_member for C++2011.
...
[SVN r76982]
2012-02-11 18:27:02 +00:00
John Maddock
fe653d0a9a
Change call_traits to pass enum's by value.
...
Fixes #5790 .
[SVN r73953]
2011-08-20 16:03:58 +00:00
John Maddock
26b39384e3
Apply patch from #5607 .
...
Refs #5607 .
[SVN r72580]
2011-06-14 08:27:14 +00:00
Daniel Walker
1d146d010a
upped BOOST_RESULT_OF_NUM_ARGS for Phoenix
...
[SVN r71769]
2011-05-06 19:55:35 +00:00
David Deakins
7d23c75eef
Revised the assertion_failed_msg function to use std::exit(-1) instead of std::abort() for Windows CE (since Windows CE does not have an abort() function in the CRT library)
...
[SVN r68982]
2011-02-18 03:46:55 +00:00
Beman Dawes
3279399fe3
Remove BOOST_ENABLE_ASSERT_MSG_HANDLER; use BOOST_ENABLE_ASSERT_HANDLER in its stead
...
[SVN r68423]
2011-01-24 20:15:36 +00:00
Beman Dawes
87875cadda
Add BOOST_ASSERT_MSG. Add macros to configure output stream.
...
[SVN r68414]
2011-01-24 15:37:13 +00:00
Daniel Walker
c58748cfd9
use declval to fix #5098
...
[SVN r68373]
2011-01-22 22:18:48 +00:00
Daniel Frey
636283d7c2
Limit warning suppression to old versions of VC++, fixes #4432
...
[SVN r67278]
2010-12-16 17:30:46 +00:00
Daniel James
1df0bf80bc
Stop inspect complaining that assert is used in BOOST_ASSERT.
...
[SVN r66574]
2010-11-14 18:37:37 +00:00
John Maddock
71e78a0081
Add declval and common type from Vicente J. Botet Escriba.
...
Regenerate docs.
[SVN r65443]
2010-09-17 12:12:03 +00:00
Daniel James
a4b8043e68
Fix some header links.
...
[SVN r64006]
2010-07-14 08:15:33 +00:00
Niels Dekker
a991936c96
Made memset call in value_init conditional, see #3869 . Updated the section "compiler issues" of its documentation.
...
[SVN r62307]
2010-05-30 09:19:09 +00:00
Niels Dekker
e601fcb9c9
Locally disabled a trivial MSVC warning in value_init.hpp (C4512, "assignment operator could not be generated")
...
[SVN r62030]
2010-05-16 11:08:00 +00:00
Niels Dekker
f29a5db08e
Hopefully fixed value_initialized compile errors on clang and comeau (strict mode) reported by Christopher Jefferson, see #4213
...
[SVN r61947]
2010-05-13 14:36:06 +00:00
Niels Dekker
22743ee125
Added boost::initialized<T> as was agreed at http://lists.boost.org/Archives/boost/2010/04/164916.php -- see #3472
...
[SVN r61883]
2010-05-09 20:51:24 +00:00
Eric Niebler
e3c982287a
add tr1_result_of that always behaves as TR1 specifies, fix Boost.TR1's result_of to use tr1_result_of
...
[SVN r61248]
2010-04-13 15:01:11 +00:00
Daniel James
82e1111bb8
Revert [60052], as it causes other libraries to break.
...
[SVN r61097]
2010-04-06 07:56:54 +00:00