[Cppcms-users] Proposal to release CppCMS 2.0 and migrate to C++11
Brought to you by:
artyom-beilis
From: <ano...@op...> - 2016-10-27 22:10:34
|
Hi Artyom, I read your position about migration to C++11 https://sourceforge.net/p/cppcms/mailman/message/35292236/ BTW, I have proposal to preparing release CppCMS 2.0 with breaking API. Rationale: 1. We can migrate to C++11 (or C++14). 2. We can drop some booster classes, and using pure STL and new language features. For example, migrate to std::thread, smart-pointers, etc. 3. We can clean-up code, make it more robust, cleaner and faster (rvo, constexpr, lambdas, syntax sugar). 4. We can completely drop old and deprecated stuff. 5. We can continue support 1.x for those who need C++0x. [*we - you and community] Of course, it will little bit harder because of needing to backport bugfixes and some features into 1.x. If you don't want do it, then please answer - how many years you want to wait before CppCMS will migrate to C++11? Regards. |