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

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Author: redi
Date: Fri Nov 22 16:59:25 2013
New Revision: 205277

URL: http://gcc.gnu.org/viewcvs?rev=205277&root=gcc&view=rev
Log:
    PR libstdc++/59247
    * include/bits/c++config (_GLIBCXX_INLINE_VERSION): Declare namespace
    std::experimental::__7 as inline.
    * include/bits/regex.h (_GLIBCXX_BEGIN_NAMESPACE_VERSION): Do not
    enclose namespace __detail.
    * include/bits/regex.tcc (_GLIBCXX_BEGIN_NAMESPACE_VERSION): Likewise.
    * include/std/iomanip (_GLIBCXX_BEGIN_NAMESPACE_VERSION): Likewise.
    * include/ext/pb_ds/tag_and_trait.hpp (detail): Fix comment.
    * testsuite/ext/profile/mutex_extensions_neg.cc: Adjust line number.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/bits/c++config
    trunk/libstdc++-v3/include/bits/regex.h
    trunk/libstdc++-v3/include/bits/regex.tcc
    trunk/libstdc++-v3/include/ext/pb_ds/tag_and_trait.hpp
    trunk/libstdc++-v3/include/std/iomanip
    trunk/libstdc++-v3/testsuite/ext/profile/mutex_extensions_neg.cc

Reply via email to