Commit Graph

9 Commits

Author SHA1 Message Date
Antony Polukhin
bfb7d0172c Update CI scripts to avoid clone issues and update copyright years 2019-01-10 23:35:25 +03:00
luz.paz
9108a17559 any: misc-typos
Found via `codespell -q 3`
2018-09-23 15:43:16 -04:00
Antony Polukhin
e6d8a49e95 Do not include using double quotes (trac 12053) 2017-01-02 13:05:18 +03:00
Antony Polukhin
30d16c8499 More tests for RTTI off cases 2015-04-25 13:50:17 +03:00
Antony Polukhin
15df291657 Moved all the tests and test related stuff to test/ folder 2014-02-05 18:08:19 +04:00
Antony Polukhin
619c405be4 Fix for construction of any from const any&& (refs #9215)
[SVN r86213]
2013-10-09 14:34:15 +00:00
Antony Polukhin
90b5d25d6a Make Boost.Any more conformant to draft:
* decay ValueType (partially refs #6999)
* experimental any_cast<rvalue&&>

[SVN r84140]
2013-05-04 19:01:27 +00:00
Antony Polukhin
008ba23d15 Do not use Boost.Move for rvalues emulation in Boost.Any (now rvalues in Boost.Any work only on C++11 compilers) (refs #6999)
[SVN r83917]
2013-04-15 20:17:30 +00:00
Antony Polukhin
d748e7ae4f Added rvalue references support via Boost.Move to Boost.Any (refs #6999)
[SVN r83901]
2013-04-14 18:16:26 +00:00