12 Jul
2013
12 Jul
'13
5:55 a.m.
2013/7/11 Evgeny Panasyuk
11.07.2013 21:22, Borislav Stanimirov:
I think it will be a nice feature to add BOOST_OVERRIDE to Boost.Config
in a manner similar to BOOST_CONSTEXPR. It's a nice keyword and it would be nice if people could make use of it when it's available.
+1, it would be nice for projects which are built with different compilers (pre/post C++11).
I'd like to have a BOOST_FINAL macro too. Compiler may apply additional optimizations if it knows that class or method is final (for example it can inline method calls and do not use vtable for that method). -- Best regards, Antony Polukhin