[Bug libstdc++/34480] Argument packs treat __null oddly

2008-10-18 Thread paolo dot carlini at oracle dot com
--- Comment #7 from paolo dot carlini at oracle dot com 2008-10-18 23:05 --- The issue with std::pair is now also fixed by: 2008-10-18 Douglas Gregor [EMAIL PROTECTED] * include/bits/stl_pair.h (__may_be_null_pointer_init): New. (pair::pair): Eliminate the redundant

[Bug libstdc++/34480] Argument packs treat __null oddly

2008-10-02 Thread paolo dot carlini at oracle dot com
--- Comment #6 from paolo dot carlini at oracle dot com 2008-10-02 13:52 --- The issue with vector::push_back is fixed in mainline. The issue with std::pair (per DR 767) is still there, however. Maybe Doug can add something about the latter... -- paolo dot carlini at oracle dot com

[Bug libstdc++/34480] Argument packs treat __null oddly

2008-01-18 Thread dgregor at gcc dot gnu dot org
--- Comment #5 from dgregor at gcc dot gnu dot org 2008-01-18 16:33 --- Suspended for now. We'll pick up the library work again once the C++ committee has resolved this issue. -- dgregor at gcc dot gnu dot org changed: What|Removed |Added