22 Dec
2013
22 Dec
'13
4:38 p.m.
On 22 December 2013 13:53, yuri kilochek wrote:
Now, is it at all possible to implement conforming is_empty without resorting to compiler magic that are intrinsics?
No, I don't think it's possible. On the plus side, any compiler that supports the 'final' keyword must provide some sort of intrinsic for its own std::lib, so Boost can use the relevant intrinsic for each such compiler.