r250357 - in /trunk/libstdc++-v3: ChangeLog inc...

reichelt@gcc.gnu.org reichelt@gcc.gnu.org
Wed Jul 19 16:59:00 GMT 2017


Author: reichelt
Date: Wed Jul 19 16:59:00 2017
New Revision: 250357

URL: https://gcc.gnu.org/viewcvs?rev=250357&root=gcc&view=rev
Log:
        * libsupc++/new (bad_array_new_length): Remove redundant
        semicolon after in-class member function definition.
        * include/bits/locale_facets.h (ctype_byname, num_put): Likewise.
        * include/bits/locale_facets_nonio.h (time_put_byname): Likewise.
        * include/bits/random.h (mersenne_twister_engine): Likewise.
        * include/tr1/random.h (mersenne_twister): Likewise
        * include/ext/random (simd_fast_mersenne_twister_engine): Likewise.
        * include/ext/rope (char_producer, _Rope_char_consumer,
        _Rope_self_destruct_ptr, _Rope_const_iterator, _Rope_iterator):
        Likewise.
        * include/ext/ropeimpl.h (_Rope_flatten_char_consumer,
        _Rope_insert_char_consumer): Likewise.


Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/bits/locale_facets.h
    trunk/libstdc++-v3/include/bits/locale_facets_nonio.h
    trunk/libstdc++-v3/include/bits/random.h
    trunk/libstdc++-v3/include/ext/random
    trunk/libstdc++-v3/include/ext/rope
    trunk/libstdc++-v3/include/ext/ropeimpl.h
    trunk/libstdc++-v3/include/tr1/random.h
    trunk/libstdc++-v3/libsupc++/new



More information about the Gcc-cvs mailing list