Commit Graph

423 Commits

Author SHA1 Message Date
d73b5110dd corrected the compiler workarounds 2016-11-22 02:35:24 +01:00
b4907c2a51 old compiler workarounds for the previous two fixes 2016-11-20 23:42:41 +01:00
fafb3abb64 Implemented reset syntax: o = {} 2016-11-19 21:14:28 +01:00
7ea2ca6c40 Fix #12563 2016-11-19 14:57:40 +01:00
8d69e99e78 removed hack test, updated copyright 2016-11-06 01:49:53 +01:00
9bc1cc585c small sfinae fix for in_place constructors 2016-11-02 22:28:20 +01:00
4e08f0dd41 Fixed build in C++03 compiler 2016-10-28 11:49:33 +02:00
4a9d53539c documented in-place constructors 2016-10-28 00:01:13 +02:00
9af24038bc fixed initialization of in_place tags 2016-10-27 11:40:23 +02:00
92d40c7108 Fixed in_place_init tags 2016-10-27 09:21:24 +02:00
eb9ea1f72d added in_place constructors 2016-10-27 01:08:17 +02:00
a710a23102 Merge branch 'master' into develop
Conflicts:
	doc/html/index.html
2016-10-26 23:27:41 +02:00
d556ccedb2 Add, and update, documentation build targets. 2016-10-07 23:07:35 -05:00
63454c11aa unit-tests for optional ref conversion fix 2016-10-06 23:17:20 +02:00
54e0bc6f04 Merge pull request #25 from tghosgor/develop
Fixed #24 (private ptr_)
2016-09-27 09:19:26 +02:00
9f8823aebf Fixed #24 2016-09-27 09:51:09 +03:00
0988b4c394 docs: updated gotchas section boost-1.62.0 2016-09-17 01:49:30 +02:00
ade083128f Merge pull request #23 from a-n-t-h-o-n-y/Fix2
Fix emplace Signature
2016-09-17 01:37:14 +02:00
0035e60b1b Merge pull request #22 from a-n-t-h-o-n-y/Fix1
Fix Operator!= none_t Return Statement
2016-09-17 01:34:43 +02:00
62acbe1690 docs: updated gotchas section 2016-09-17 01:25:12 +02:00
3e0051be7e Merge pull request #23 from a-n-t-h-o-n-y/Fix2
Fix emplace Signature
2016-09-12 09:07:27 +02:00
72b3b23475 Merge pull request #22 from a-n-t-h-o-n-y/Fix1
Fix Operator!= none_t Return Statement
2016-09-12 09:06:52 +02:00
b8da1932f3 Fix emplace Signature
Universal reference moved to the left of template parameter pack
elipsis in documentation.
2016-09-09 18:33:23 -05:00
1c31338da3 Fix Operator!= none_t Return Statement 2016-09-09 18:16:02 -05:00
99efe72052 is_const_interal -> is_const_integral 2016-09-06 21:59:54 +02:00
5662f55ccf Trac #12179 2016-09-02 02:07:26 +02:00
f9324a8790 attempt fix at gcc 5.2 c++03 2016-09-02 01:42:26 +02:00
b99c1fdcc2 Merge pull request #20 from bebuch/develop
Suppress a 'unused parameter' warning in optional_reference_spec.hpp
2016-05-31 08:34:56 +02:00
088e2e3051 Suppress a 'unused parameter' warning in optional_reference_spec.hpp 2016-05-31 01:00:20 +02:00
5d5d1f46ba Merge pull request #19 from tiwoc/fix-include-config
Fix build issues when optional_fwd.hpp is used before including boost/config.hpp
2016-05-20 08:27:39 +02:00
08076e3964 fixed optional<optional<T>&> case 2016-05-17 00:54:09 +02:00
844ca6a0d5 Fix build issues when optional_fwd.hpp is used before including boost/config.hpp
Fixes https://svn.boost.org/trac/boost/ticket/12179
2016-05-14 10:34:13 +02:00
0755ab7b4e removed warnings from tests 2016-03-08 18:47:48 +01:00
a421444788 release notes boost-1.61.0 2016-03-06 19:32:52 +01:00
865d94a8d8 fixed interop between opt refs and opt vals 2016-03-06 19:08:25 +01:00
547e861704 Merge branch 'develop'
Conflicts:
	doc/91_relnotes.qbk
	doc/html/index.html
2016-03-05 23:57:41 +01:00
1fd315016a fixed release notes 2016-03-05 23:43:59 +01:00
0831788c86 Removed enable_if factory on SUNPRO compilers 2016-03-05 23:22:29 +01:00
3b4a696305 Merge branch 'develop' 2016-02-29 00:57:20 +01:00
442b27c019 fixed static_assert in a test 2016-02-29 00:56:29 +01:00
2809bfeb08 regenerated docs optional-2016-02-22 2016-02-22 23:41:27 +01:00
57817d75ef Merge branch 'develop'
Conflicts:
	doc/91_relnotes.qbk
	doc/html/boost_optional/relnotes.html
	doc/html/index.html
	include/boost/none_t.hpp
2016-02-22 23:21:32 +01:00
d3dda39beb removed 'exploration' test 2016-02-20 21:18:47 +01:00
9118518516 more extensive speculative fix 2016-02-20 16:36:48 +01:00
c0084a0451 extended speculative fix to more MSVC compilers 2016-02-20 16:11:16 +01:00
3b58b0f4da speculative fix for msvc 8.0 test failure 2016-02-20 11:34:18 +01:00
1334602a2b minor release note change 2016-02-19 18:48:37 +01:00
f6e09fbf9c value constructor is sfinae-friendly 2016-02-19 18:41:42 +01:00
5ffa3fd2f6 turned a complicatedcondition in enable_if into a metafun 2016-02-19 01:51:08 +01:00
44d57a1d8b Fix: prevented the binding illegal temporary to optional<const int&>
Older MSVC versions add illegal temporary when you want to assign from const integral value.
2016-02-19 00:25:54 +01:00