Commit Graph

423 Commits

Author SHA1 Message Date
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
ede89602f7 docs: 1.60 relnotes boost-1.60.0 2015-10-20 23:19:26 +02:00
9273fb435f removed Boost.Test dependency 2015-10-20 21:34:38 +02:00
1dd2c422ca boost::none - simpler and works with MSVC 2015-10-20 21:34:37 +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
bc91cac244 Add newline at EOF 2015-10-07 09:02:13 +02:00
fb1edf51e8 value_or_eval fix 2015-10-06 12:39:02 +02:00
4939613070 added missing ifdef 2015-10-06 09:17:14 +02:00
b0d7786e14 bug fixes 2015-10-06 00:33:14 +02:00
e7cab0e233 fixed digraphs in optional refs 2015-10-05 23:50:11 +02:00
cf4b2e8b16 specialization for optional ref - preliminary 2015-10-05 16:54:05 +02:00