Boost logo

Boost :

Subject: Re: [boost] [config] Feature request: BOOST_OVERRIDE
From: Antony Polukhin (antoshkka_at_[hidden])
Date: 2013-07-12 01:55:15


2013/7/11 Evgeny Panasyuk <evgeny.panasyuk_at_[hidden]>

> 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

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk