Antony Polukhin
|
1fd7271d2e
|
Update copyright years
|
2025-01-08 19:52:10 +03:00 |
|
Antony Polukhin
|
e37df948d7
|
Update copyright years
|
2024-01-07 12:56:27 +03:00 |
|
Antony Polukhin
|
7b45064ed8
|
Drop C++03 support (#107)
Drop boost::move and boost::bind dependencies. Use Boost.PP in less cases
|
2023-08-25 16:02:34 +03:00 |
|
Antony Polukhin
|
e4447e892f
|
Update copyright years
|
2023-01-19 10:24:10 +03:00 |
|
Antony Polukhin
|
d2fdf2384b
|
update copyright years
|
2022-01-30 15:03:18 +03:00 |
|
Antony Polukhin
|
9221b1513c
|
update copyright years
|
2021-01-03 20:10:23 +03:00 |
|
Antony Polukhin
|
bee77d42a8
|
update copyright year
|
2020-01-11 19:35:53 +03:00 |
|
Antony Polukhin
|
d069511e31
|
Update copyright
|
2019-01-17 13:00:51 +03:00 |
|
Antony Polukhin
|
2cd28cdd9c
|
Replace boost/test/minimal.hpp from Boost.Test with boost/core/lightweight_test.hpp
|
2018-12-22 21:35:48 +03:00 |
|
Antony Polukhin
|
4a448b2bf7
|
Fix unused parameter warnings
|
2018-10-09 11:50:45 +03:00 |
|
Antony Polukhin
|
1de9d246c0
|
Quckfix for C++14 tests
|
2015-06-26 00:53:21 +03:00 |
|
Antony Polukhin
|
0b9cb5792b
|
Fixed some warnings in tests
|
2015-06-22 00:26:10 +03:00 |
|
Antony Polukhin
|
aad58b5fe5
|
Fix issue with detection of result_type in has_result_type trait when result_type is a reference (refs track 11251,11285)
|
2015-06-17 21:25:11 +03:00 |
|
Antony Polukhin
|
da6494128d
|
Do check result type detection for delayed visitation ONLY if variadic templates are available
|
2015-02-11 12:05:47 +03:00 |
|
Antony Polukhin
|
0231eefd43
|
More docs and tests for new variadic templates related features; tune apply_visitor(visitor) to use variadic templates and be suitable for visitors with any count of input opertors
|
2014-12-05 18:02:46 +03:00 |
|
Antony Polukhin
|
2770d7569e
|
Variadic templates based multivisitors now compile, result_type is determinated automatically if required
|
2014-12-05 14:51:58 +03:00 |
|
Antony Polukhin
|
ecdde80ea5
|
Some thoughts about multivisitors based on variadic templates
|
2014-12-03 19:25:47 +03:00 |
|
Antony Polukhin
|
6e31806038
|
Autodetect visitation result type for binary visitors (refs svn #10837)
|
2014-12-02 18:59:58 +03:00 |
|
Antony Polukhin
|
f8a29a0d2f
|
Autodetect visitation return type for unary visitors (refs svn #10837)
|
2014-12-02 17:48:57 +03:00 |
|