[Bug c++/45253] [c++0x] make_pair / cannot bind bitfield to unsigned&.

paolo dot carlini at oracle dot com gcc-bugzilla@gcc.gnu.org
Wed Aug 11 07:06:00 GMT 2010



------- Comment #1 from paolo dot carlini at oracle dot com  2010-08-11 07:06 -------
Indeed, the library side of this is rather straightforward, we are already
implementing the FCD correctly (I also checked there no DRs or NBCs open):

    template<class _T1, class _T2>
    inline pair<typename __decay_and_strip<_T1>::__type,
                typename __decay_and_strip<_T2>::__type>
    make_pair(_T1&& __x, _T2&& __y)

thus, if something is wrong isn't the GNU library. CCing Jason in case he can
spot something about the C++ front-end...


-- 

paolo dot carlini at oracle dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jason at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45253



More information about the Gcc-bugs mailing list