This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/31031] ostream ambiguous operator&&



------- Comment #5 from paolo at gcc dot gnu dot org  2007-03-05 14:12 -------
Subject: Bug 31031

Author: paolo
Date: Mon Mar  5 14:12:29 2007
New Revision: 122549

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=122549
Log:
2007-03-05  Paolo Carlini  <pcarlini@suse.de>

        PR libstdc++/31031
        * include/bits/istream.tcc: Inhibit implicit instantiation of
        the _M_insert helpers.
        * include/bits/ostream.tcc: Likewise for _M_extract.
        * testsuite/27_io/basic_ostream/inserters_arithmetic/char/
        31031.cc: New.
        * testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/
        31031.cc: Likewise.

Added:
   
branches/gcc-4_2-branch/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/31031.cc
   
branches/gcc-4_2-branch/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/31031.cc
Modified:
    branches/gcc-4_2-branch/libstdc++-v3/ChangeLog
    branches/gcc-4_2-branch/libstdc++-v3/include/bits/istream.tcc
    branches/gcc-4_2-branch/libstdc++-v3/include/bits/ostream.tcc


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]