r229133 - in /branches/google/gcc-4_9-mobile/li...

ctice@gcc.gnu.org ctice@gcc.gnu.org
Wed Oct 21 18:15:00 GMT 2015


Author: ctice
Date: Wed Oct 21 18:15:49 2015
New Revision: 229133

URL: https://gcc.gnu.org/viewcvs?rev=229133&root=gcc&view=rev
Log:
Fix single quote error in libstdcxx header files.

The single quote in the #error messages was causing
some regression test failures.  This removes the
single quotes and puts the error messages inside
double quotes.

ChangeLog:
2015-10-21  Caroline Tice  <cmtice@google.com>

        * libstdc++-v3/include/c-compatibility/complex.h: Remove
        single quote (apostrophe) from #error message.
        * libstdc++-v3/include/stc/complex: Remove single quote
        (apostrophe) from #error message.


Modified:
    branches/google/gcc-4_9-mobile/libstdc++-v3/include/c_compatibility/complex.h
    branches/google/gcc-4_9-mobile/libstdc++-v3/include/std/complex



More information about the Libstdc++-cvs mailing list