22 May
2017
22 May
'17
9:48 p.m.
Le 22/05/2017 à 21:47, Fletcher, John P via Boost a écrit :
As a result of this request I am having a look at mp11. The documentation talks about C++11.
The example in the documentation on this page https://rawgit.com/pdimov/mp11/master/doc/html/mp11.html
contains std::common_type_t and other things which are in C++14 and not C++11.
I believe the examples could use C++14 as far as the source of the library is written in portable C++11. I believe that we should have all the _t traits defined in Boost for C++11 and all the _v varaible aliases for C++14. What other things have you found in the examples? Best, Vicente