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++/39405] [4.3 regression] std::shared_ptr barfs on incomplete template class that boost::shared_ptr accepts



------- Comment #25 from paolo at gcc dot gnu dot org  2009-03-15 00:44 -------
Subject: Bug 39405

Author: paolo
Date: Sun Mar 15 00:43:46 2009
New Revision: 144867

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=144867
Log:
2009-03-14  Paolo Carlini  <paolo.carlini@oracle.com>

        PR libstdc++/39405
        * include/std/type_traits (__add_lvalue_reference_helper,
        __add_rvalue_reference_helper): Avoid is_function.
        * testsuite/20_util/shared_ptr/cons/39405.cc: New.
        * testsuite/tr1/2_general_utilities/shared_ptr/cons/39405.cc: Likewise.

Added:
   
branches/gcc-4_3-branch/libstdc++-v3/testsuite/20_util/shared_ptr/cons/39405.cc
   
branches/gcc-4_3-branch/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/cons/39405.cc
Modified:
    branches/gcc-4_3-branch/libstdc++-v3/ChangeLog
    branches/gcc-4_3-branch/libstdc++-v3/include/std/type_traits


-- 


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


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