06dea2cb9b
Reverted specialization for trivial types
...
It caused too many problems. I left only specialiation for scalar types.
I will need to devise clever type traits for reconizing trivial types with working constructor.
2017-11-07 23:34:34 +01:00
cbf3cd05af
Test case for #43
2017-11-07 23:34:31 +01:00
6e10173a44
Fixed silly && bug
2017-11-07 23:34:28 +01:00
69bf75ae6d
Fix trivially-constructible bug with deleted functions
2017-11-07 23:34:26 +01:00
01ebd2ad7f
Added tests for types with deleted default ctor
2017-11-07 23:34:23 +01:00
42c2377a0d
Add tc_optional_base test
2017-11-07 23:34:20 +01:00
9d0ddc4709
fixed regression on compilers w/o type trait support
2017-11-07 23:34:18 +01:00
a7f33f5d6f
more defensive checking for trivial types -- avoiding bugs
2017-11-07 23:34:15 +01:00
58f7c2f14a
fix bug with defaulted move in msvc 12.0
2017-11-07 23:34:12 +01:00
ebef3ed6f7
Try to make the test closer to the failing case in Beast
2017-11-07 23:34:09 +01:00
9e0726cee1
Add test for a deleted default constructor
2017-11-07 23:34:07 +01:00
2d2c3c3f6f
trivially-copyable optional<T> for trivial T
2017-11-07 23:34:05 +01:00
e95f9fc254
Convert tabs to spaces.
2017-11-07 23:34:02 +01:00
7e1beb473c
Use BOOST_MAY_ALIAS from Boost.Config.
2017-11-07 23:33:59 +01:00
61bf382ffa
Enable tests that doesn't requires rv-ref.
2017-11-07 23:33:57 +01:00
4fe57f57fa
Fix make_optional for rvalues
2017-11-07 23:33:54 +01:00
c695be11b5
Adds forwarding make_optional helpers, resolves #30
2017-11-07 23:32:27 +01:00
e9f5641be3
Add .travis.yml
2017-10-29 19:10:06 +02:00
b709447922
r #12967 use BOOST_CONSTEXPR on none_t ctor
2017-08-16 13:52:46 -04:00
cd4e44f3dc
r #12967 make none_t constructor constexpr
2017-04-13 09:13:26 -04:00
975a6aa92d
Merge documentation fix from 'develop'
boost-1.65.0
boost-1.65.1
boost-1.64.0-beta2
boost-1.64.0
2017-03-22 22:59:32 +01:00
cb7641dc34
fixed wrong namespace in docs
2017-02-14 23:53:30 +01:00
2124f71299
Merge branch 'develop'
boost-1.63.0
boost-1.64.0-beta1
2016-11-24 23:32:56 +01:00
1618d5f3bb
release notes
2016-11-24 23:31:43 +01:00
17826eae3b
more old compiler workarounds
2016-11-24 23:20:25 +01:00
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
50fb8738f8
Merge branch 'develop'
2016-11-06 01:50:53 +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
e7b310bcc2
Add, and update, documentation build targets.
2016-10-10 11:39:51 -05: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