[libc++][patch] Add missing parts from <functional>
Marshall Clow
mclow.lists at gmail.com
Sat Jul 27 07:22:36 PDT 2013
On Jul 27, 2013, at 5:13 AM, Sebastian Redl <sebastian.redl at getdesigned.at> wrote:
> On 27.07.2013, at 13:47, Sebastian Redl wrote:
>
>> <functional> is missing minor things:
>> - The synopsis comments does not contain any of the bit_* functors.
>
> These were added in C++11, actually. Seems the synopsis didn't update that part from C++03.
>
>> - The actual implementation of bit_not is missing.
>
>
> And that's an oversight in C++11 that was corrected in N3421, so it's a C++14 feature. Might want to guard it.
>
> Working on a full implementation of N3421 btw.
Um, so am I. ;-)
-- Marshall
Marshall Clow Idio Software <mailto:mclow.lists at gmail.com>
A.D. 1517: Martin Luther nails his 95 Theses to the church door and is promptly moderated down to (-1, Flamebait).
-- Yu Suzuki
More information about the cfe-commits
mailing list