Commit Graph

376 Commits

Author SHA1 Message Date
442b27c019 fixed static_assert in a test 2016-02-29 00:56:29 +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
1671966380 fixed preprocessor typeo 2016-02-18 15:02:07 +01:00
b38b64cee9 extended destructor workaround to MSVC 10.0 2016-02-18 12:34:08 +01:00
7ae2db7312 Conditionally removing optional destructor 2016-02-18 11:00:24 +01:00
630fbb7973 re-added explicit optional destructor
If it is not there T::~T() is never called in buggy msvc-8.0.
2016-02-18 09:16:59 +01:00
c653372524 cleanup after separating references 2016-02-18 00:24:59 +01:00
87ef503606 Removed empty optional destructor 2016-02-17 16:39:07 +01:00
414728970a fixed optional refs test.
I was using default values for function teplate parameters, wchich does not compile in C++03.
2016-02-17 16:26:47 +01:00
b0602a1161 more unit test for opt ref swap and abstract types 2016-02-17 00:01:13 +01:00
143bda7c9f doc update about optional references 2016-02-16 21:05:01 +01:00
5878212b04 removed incorrect noexcept from tests 2016-02-15 09:14:56 +01:00
94c735af2d added optional ref swap
and also chaned the copyright year in docs
2016-02-13 15:33:07 +01:00
b5b8414c06 Primary template optional<> does not handle references 2016-02-13 00:46:41 +01:00
e24ab26874 release notes sync from master 2016-02-12 20:17:44 +01:00
200e19fada Merge pull request #17 from akumta/patch-1
update for ticket #11927
2016-02-12 20:09:48 +01:00
4b91299d10 update for ticket #11927
std::swap for C++ 03 is located under <algorithm> and for C++11 under <utility>
2016-01-20 11:15:40 -08:00
fcd64b1de6 Merge pull request #16 from danieljames/meta-category-fix
Fix the category in the library metadata.
2016-01-11 08:41:26 +01:00
2ae5c255fd Fix the category. 2016-01-10 15:15:44 +00:00
0a228e74fe Config: NO_PROPER_CONVERT in older GCC 2015-10-24 22:45:00 +02:00
4b3077dea3 config: if for intel 2015-10-20 23:42:03 +02:00
7396e4051b config: fixed bad name 2015-10-20 16:02:04 +02:00
7138a16680 config: reverted fix 2015-10-20 15:45:30 +02:00
c6abecb89f config: fixed fail test 2015-10-20 09:21:52 +02:00
b96337a6d7 no intel detection 2015-10-20 09:21:02 +02:00
3ae18175b5 hack: detect intel 2015-10-20 09:15:40 +02:00
9ea065edf1 hack: check rrefs 2015-10-19 10:33:17 +02:00
74bd6444db config: excluding intel 2015-10-19 10:21:54 +02:00
472a94d371 CFG: handling C++03 compilers 2015-10-15 08:48:34 +02:00
184816ad4d CFG: handling C++03 compilers 2015-10-15 08:46:52 +02:00
ade05cdffa CFG: handling C++03 compilers 2015-10-15 08:42:36 +02:00
fb1cf2581e Config: detect ref convert bug in gcc 4.4 and 4.5 2015-10-14 23:11:33 +02:00
29975d6192 Config: improved NO_PROPER_CONVERT 2015-10-13 10:47:26 +02:00
78fe81e3ed Fixed unused warning 2015-10-12 12:30:57 +02:00
24fbacb037 Fixed unused warning 2015-10-12 12:29:24 +02:00
2eaf223085 fake test for checking build versions 2015-10-12 11:14:59 +02:00
c71e860a06 fake test for checking build versions 2015-10-12 11:14:10 +02:00
7490a62a00 added NO-CONVERT tests 2015-10-10 15:27:46 +02:00
ffa64ccea2 ASSIGN -> CONVERT 2015-10-10 15:26:32 +02:00
80a245c8de ASSIGN -> CONVERT 2015-10-10 15:25:14 +02:00
6375fccf27 NO_PROPER_CONVERT_FROM_CONST_INT macro 2015-10-10 15:23:38 +02:00
0d5061aebe experimental optional config test 2015-10-08 18:54:21 +02:00
238dd15ed0 Merge pull request #15 from jhunold/newline
Add newline at EOF
2015-10-07 13:14:05 +02:00