[Cppcms-users] booster roadmap
Brought to you by:
artyom-beilis
|
From: Markus R. <us...@ma...> - 2013-04-04 18:52:49
|
Hello Artyom! Is it always safe to use boost::bind together with cppcms? If yes, I do not exactly understand why "Extract/Reimplement boost::bind in Booster." is on the roadmap, even though boost::bind is obsoleted by std::bind anyway? Have you ever asked on the boost mailing list if they want to have an "official" stable boost release branch? Maybe more people would contribute to it. Actually I think booster is a good idea and I am sure some/many people inside boost think that too. Only some boost libraries have problems with continous API/ABI breakage, most do not (although mainly because they do not change at all). Additionally I would be interested how the C++11 roadmap is. I think on a platform providing e.g. std::shared_ptr, booster::shared_ptr should not be used anymore. Do you have or plan some macros to switch between them? best regards Markus |