Andrey Semashev
c0fdaba925
Removed auto-generated files.
2014-06-12 01:06:53 +04: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
Peter Dimov
beab2e74ca
Added test for generator_iterator.hpp.
2014-06-05 02:19:58 +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
Eric Niebler
5a54e21ec5
Merge branch 'akrzemi1-patch-1' into develop
2014-05-31 10:46:26 -07:00
Eric Niebler
8e06104836
Merge branch 'patch-1' of github.com:akrzemi1/utility into akrzemi1-patch-1
2014-05-31 10:44:18 -07:00
Daniel James
45d884ffd7
Merge pull request #9 from danieljames/remove-binary-search-test
...
Move binary_search_test.cpp into detail module.
2014-05-31 18:16:44 +01:00
Daniel James
329ca0bae8
Move binary_search_test.cpp into detail module.
...
The header it's testing is in the detail module, so it should be there.
2014-05-31 18:14:18 +01:00
Andrzej Krzemieński
afd9ab17ec
removed comparison with 0
...
The concept is supposed to generalize pointers and optional<>, but the latter has abandoned the comparison with 0 a long while ago.
2014-05-29 17:41:56 +02:00
Daniel James
036f6b9107
Merge branch 'develop'
2014-05-26 23:03:24 +01:00
Daniel James
da239df58d
Fix base_from_member example.
...
See: https://svn.boost.org/trac/boost/ticket/10068
2014-05-26 22:57:58 +01:00
Andrey Semashev
46b3739b79
Merge commit '5ce9683858f5ced8b0df665aad74271dc7c9648d'
2014-05-13 00:03:10 +04:00
Andrey Semashev
c5fc075d07
Merge commit '991539725e5943b7f280f7ecd7a00aa7f3dc0582'
2014-05-13 00:01:31 +04:00
Andrey Semashev
5ce9683858
Merge branch 'develop' of github.com:boostorg/utility into develop
2014-05-10 18:28:20 +04:00
Andrey Semashev
991539725e
Replaced left shift of signed integer values with multiplication to keep the expressions constant according to C++11.
2014-05-10 18:27:59 +04: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
db7bba3259
Merge pull request #7 from ericniebler/develop
...
value_init and swap work on nvidia gpu's
2014-05-01 15:32:58 -07: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
9c4d2843da
Merge commit 'ad61f347e4c0c5c3d9bec67f3ee69a3d7f7ac255' into develop
2013-12-12 02:58:12 +02:00
Peter Dimov
ad61f347e4
Revert incorrect reversion of adf57817ec
2013-12-11 23:28:32 +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
87b8e03ca9
Merge branch 'develop'
2013-12-11 00:47:22 +02:00
Peter Dimov
d595357b41
Merge branch 'master' into develop
2013-12-11 00:47:00 +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
Emil Dotchevski
c48f86c9e4
Ticket #7094 , thanks 1czajnik
...
[SVN r79398]
2013-12-11 00:42:02 +02:00
Stephen Kelly
514e5299ca
Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
...
Process #ifndef...#else...#endif blocks.
[SVN r86245]
2013-12-11 00:36:54 +02:00
Joel Falcou
3bac7b132a
Fix #9169 - Add BOOST_FORCEINLINE on boost::ref for performance issue
...
[SVN r86124]
Conflicts:
include/boost/ref.hpp
2013-12-11 00:35:46 +02:00
Stephen Kelly
9382b69eb1
Simplify multi-component ifdefs containing BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
...
[SVN r86248]
2013-12-11 00:28:35 +02:00
Stephen Kelly
52a64d6aec
Remove obsolete files.
...
[SVN r86242]
2013-12-11 00:24:32 +02:00
Stephen Kelly
a292dba021
Detail: Remove obsolete MSVC version checks.
...
[SVN r86039]
2013-12-11 00:24:03 +02:00
Joel Falcou
e25bd18bd8
Fix #9170 - Add BOOST_FORCEINLINE in address_of for performance issues
...
[SVN r86125]
2013-12-11 00:21:27 +02:00
Stephen Kelly
80895c071c
Operators: Remove obsolete GCC version check.
...
[SVN r86114]
2013-12-11 00:19:24 +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
14e9e95c17
Utility: Remove obsolete MSVC version check
...
[SVN r85932]
2013-12-11 00:12:51 +02:00
Stephen Kelly
fd9f12b8f1
Remove use of obsolete BOOST_APPEND_EXPLICIT_TEMPLATE_TYPE{,_SPEC} macro.
...
[SVN r85896]
2013-12-11 00:11:30 +02:00
Daniel James
96da5105ab
Merge utility documentation.
...
- Fixed duplicate anchors.
- Add BOOST_EXPLICIT_OPERATOR_BOOL documentation.
- Rebuild some of the utility documentation.
[SVN r86797]
2013-11-23 14:23:45 +00:00
Daniel James
ad98ca9c3c
Rebuild some of the utility documentation.
...
[SVN r86796]
2013-11-23 14:14:01 +00:00
Daniel James
dfad2950ea
Add BOOST_EXPLICIT_OPERATOR_BOOL documentation.
...
[SVN r86739]
2013-11-17 17:13:08 +00:00
Michel Morin
44a98b121b
Merge r86524 (Correct broken links to C++ standard papers); fixes #9212
...
[SVN r86673]
2013-11-13 03:22:55 +00:00
Michel Morin
d5e86bb576
Correct broken links to C++ standard papers. Refs #9212 .
...
[SVN r86524]
2013-10-30 12:51:24 +00:00
Marshall Clow
65d9a78735
Regnerated string_ref docs. Fixed incorrect example. Fixes #8002
...
[SVN r86488]
2013-10-27 21:05:17 +00:00