724 Commits

Author SHA1 Message Date
Andrzej Krzemienski d13623884a hopefully fixed the libstdc++ 4.9 problem (thanks Jonathan) 2018-06-28 02:10:57 +02:00
Andrzej Krzemienski 7320dd54e8 one more test hack macro to check 2018-06-27 22:23:57 +02:00
Andrzej Krzemienski 51a46f95c6 testing clang v. 2018-06-26 00:04:33 +02:00
Andrzej Krzemienski 35ca7c1ff1 added a hack test to check compiler setup 2018-06-25 23:59:19 +02:00
Andrzej Krzemienski 0169460194 fixed tests and maybe std::is_trivially_default_constructible 2018-06-25 22:50:00 +02:00
Andrzej Krzemienski 42445e94aa Fix for C++03 tests for .map() using result_of 2018-06-24 17:12:38 +02:00
Andrzej Krzemienski 250806d029 fixed >> int C++03 templates 2018-06-24 15:22:56 +02:00
Andrzej Krzemienski 51d1bc843d test and doc update for .map() 2018-06-23 20:53:16 +02:00
Andrzej Krzemienski e47a017009 added o.map() 2018-06-23 18:27:14 +02:00
Andrzej Krzemienski 5182f7f30f Added has_value() 2018-03-24 00:04:15 +01:00
akrzemi1 8f992acb94 Merge branch 'develop' boost-1.67.0 2018-03-01 01:53:37 +01:00
akrzemi1 33c7a6aa2b docs: relnotes for 1.67 2018-03-01 01:10:42 +01:00
akrzemi1 76ff82d191 Silenced warning -Wzero-as-null-pointer-constant 2018-02-15 22:51:08 +01:00
Andrzej Krzemieński b1e29eb585 Merge pull request #50 from pkl97/develop
Fixed recurring typo
2018-02-12 08:44:23 +01:00
Peter Klotz a5aaf4d8d0 Fixed recurring typo 2018-02-11 21:03:54 +01:00
Andrzej Krzemieński 1f6d8bc602 Merge pull request #47 from petamas/bugfix/member_T
Fix #46: optional<X> fails to compile with VS2015 if X has an embedded enum named T
2018-01-03 14:08:31 +01:00
petamas e230bd83c6 Fix compilation of template parameter with member enum T on VS2015
Issue: https://github.com/boostorg/optional/issues/46
2018-01-03 10:46:31 +01:00
petamas b832d4c54f Add test for template parameter with member enum T (fails by default on VS2015)
Issue: https://github.com/boostorg/optional/issues/46ű
2018-01-03 10:37:37 +01:00
Andrzej Krzemienski fb54ee1741 Fixed spelling mistake in macros boost-1.66.0 2017-11-07 23:35:01 +01:00
Andrzej Krzemienski 5b6f4be434 Fix make_optional for rvalues 2017-11-07 23:34:56 +01:00
Andrzej Krzemienski f9fdf42a17 fix for the previous partial commit 2017-11-07 23:34:52 +01:00
Andrzej Krzemienski 7541076cf1 fixed defaulted moves on older compilers 2017-11-07 23:34:41 +01:00
Andrzej Krzemienski 40f7c97292 Fixed -Wmaybe-uninitialized 2017-11-07 23:34:37 +01:00
Andrzej Krzemienski 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
Vinnie Falco cbf3cd05af Test case for #43 2017-11-07 23:34:31 +01:00
Andrzej Krzemieński 6e10173a44 Fixed silly && bug 2017-11-07 23:34:28 +01:00
Andrzej Krzemienski 69bf75ae6d Fix trivially-constructible bug with deleted functions 2017-11-07 23:34:26 +01:00
Andrzej Krzemieński 01ebd2ad7f Added tests for types with deleted default ctor 2017-11-07 23:34:23 +01:00
Vinnie Falco 42c2377a0d Add tc_optional_base test 2017-11-07 23:34:20 +01:00
Andrzej Krzemienski 9d0ddc4709 fixed regression on compilers w/o type trait support 2017-11-07 23:34:18 +01:00
Andrzej Krzemienski a7f33f5d6f more defensive checking for trivial types -- avoiding bugs 2017-11-07 23:34:15 +01:00
Andrzej Krzemienski 58f7c2f14a fix bug with defaulted move in msvc 12.0 2017-11-07 23:34:12 +01:00
Peter Dimov ebef3ed6f7 Try to make the test closer to the failing case in Beast 2017-11-07 23:34:09 +01:00
Peter Dimov 9e0726cee1 Add test for a deleted default constructor 2017-11-07 23:34:07 +01:00
Andrzej Krzemienski 2d2c3c3f6f trivially-copyable optional<T> for trivial T 2017-11-07 23:34:05 +01:00
Andrey Semashev e95f9fc254 Convert tabs to spaces. 2017-11-07 23:34:02 +01:00
Andrey Semashev 7e1beb473c Use BOOST_MAY_ALIAS from Boost.Config. 2017-11-07 23:33:59 +01:00
Kohei Takahashi 61bf382ffa Enable tests that doesn't requires rv-ref. 2017-11-07 23:33:57 +01:00
Andrzej Krzemienski 4fe57f57fa Fix make_optional for rvalues 2017-11-07 23:33:54 +01:00
Daniel J. Hofmann c695be11b5 Adds forwarding make_optional helpers, resolves #30 2017-11-07 23:32:27 +01:00
Peter Dimov e9f5641be3 Add .travis.yml 2017-10-29 19:10:06 +02:00
Matt b709447922 r #12967 use BOOST_CONSTEXPR on none_t ctor 2017-08-16 13:52:46 -04:00
Matt cd4e44f3dc r #12967 make none_t constructor constexpr 2017-04-13 09:13:26 -04:00
Andrzej Krzemienski 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
Andrzej Krzemienski cb7641dc34 fixed wrong namespace in docs 2017-02-14 23:53:30 +01:00
Andrzej Krzemienski 2124f71299 Merge branch 'develop' boost-1.63.0 boost-1.64.0-beta1 2016-11-24 23:32:56 +01:00
Andrzej Krzemienski 1618d5f3bb release notes 2016-11-24 23:31:43 +01:00
Andrzej Krzemienski 17826eae3b more old compiler workarounds 2016-11-24 23:20:25 +01:00
Andrzej Krzemienski d73b5110dd corrected the compiler workarounds 2016-11-22 02:35:24 +01:00
Andrzej Krzemienski b4907c2a51 old compiler workarounds for the previous two fixes 2016-11-20 23:42:41 +01:00