gcc/libstdc++-v3/include
Ulrich Drepper ec0d53719f PR libstdc++/88738 treat shared_ptr and unique_ptr more like plain old pointers
PR libstdc++/88738
        Warn about unused comparisons of shared_ptr/unique_ptr
        * include/bits/c++config [_GLIBCXX_NODISCARD]: Define.
        * include/bits/shared_ptr.h: Use it for operator ==, !=,
        <, <=, >, >= for shared_ptr.
        * include/bits/unique_ptr.h: Likewise for unique_ptr.

From-SVN: r267964
2019-01-16 08:01:22 +00:00
..
backward
bits PR libstdc++/88738 treat shared_ptr and unique_ptr more like plain old pointers 2019-01-16 08:01:22 +00:00
c
c_compatibility
c_global
c_std
debug PR libstdc++/88607 replace or remove unnecessary UTF-8 characters 2019-01-03 20:38:11 +00:00
decimal
experimental Check AI_NUMERICSERV is defined before using it 2019-01-10 13:21:54 +00:00
ext PR other/16615 [1/5] 2019-01-09 16:37:45 -05:00
parallel PR libstdc++/88607 replace or remove unnecessary UTF-8 characters 2019-01-03 20:38:11 +00:00
precompiled
profile
std Update value of __cpp_lib_shared_ptr_arrays macro 2019-01-15 13:13:11 +00:00
tr1
tr2
Makefile.am
Makefile.in