This is the mail archive of the gcc-cvs@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]

r132773 - in /branches/gcc-4_3-branch/libstdc++...


Author: bkoz
Date: Fri Feb 29 18:26:50 2008
New Revision: 132773

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132773
Log:
2008-02-29  Jakub Jelinek  <jakub@redhat.com>
            Benjamin Kosnik  <bkoz@redhat.com>
            
        * src/hash_c++0x.cc: Add just C++0x version of TR1 hash.
        * include/bits/functional_hash.h: Remove error_code bits.
        * src/Makefile.am: Add hash_c++0x.cc.
        * src/Makefile.in: Regenerate.  
        * config/abi/pre/gnu.ver: Remove hash<error_code> export.



Added:
    branches/gcc-4_3-branch/libstdc++-v3/src/hash_c++0x.cc
Modified:
    branches/gcc-4_3-branch/libstdc++-v3/ChangeLog
    branches/gcc-4_3-branch/libstdc++-v3/config/abi/pre/gnu.ver
    branches/gcc-4_3-branch/libstdc++-v3/include/bits/functional_hash.h
    branches/gcc-4_3-branch/libstdc++-v3/src/Makefile.am
    branches/gcc-4_3-branch/libstdc++-v3/src/Makefile.in


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