Andrey Upadyshev
Andrey Upadyshev
@pdimov What was the rational behind the removal?
Thank you for the pointer! I guess I can automate it to have latest and greatest single header.
`mp_for_each_identity` or `.._id` sounds good as well.
I think, extending the documentation but no code changes is a good trade-off.
I have a `type_variant` template class to transfer type information between components. One would be defined with C++17 as following (mine is a bit different because I don't have C++17...
AFAIK, std::future support was added to ASIO in Boost 1.55. But I'm not 100% sure.
Yes please. It's better to keep minimum Boost version as low as possible because many companies too cautious to upgrade it often.
@AzothAmmo thank you! I did this already for myself but my point is that Cereal should be shipped with rapidjson under cereal namespace by default. The purpose of this is...
Would be indeed useful
Thank you for reporting it. I've never used CPM and can't give any ETA when I will have time to fix this issue but will be happy to merge a...