gcc/libstdc++-v3
Jonathan Wakely 7770bd7e9a libstdc++: Add inline to maybe-constexpr functions (PR 92927)
Originally these functions were always inline. I changed them in r277342
to be always constexpr, then in r277588 changed them to be constexpr for
C++14, but I didn't restore the 'inline' for C++11. That leads to linker
errors when libstdc++.so is built unoptimized, because those functions
don't get instantiated in src/c++11/string-inst.o

	PR libstdc++/92927
	* include/bits/alloc_traits.h (__alloc_on_copy, __alloc_on_move)
	(__alloc_on_swap): Add inline specifier.

From-SVN: r279656
2019-12-20 17:10:18 +00:00
..
config Fix libstdc++ compiling for an aarch64 multilib with big-endian. 2019-12-07 16:08:55 -08:00
doc
include libstdc++: Add inline to maybe-constexpr functions (PR 92927) 2019-12-20 17:10:18 +00:00
libsupc++ libstdc++: Simplify std::common_comparison_category 2019-12-12 14:35:55 +00:00
po
python libstdc++: Fix pretty printers script and tests 2019-12-20 12:42:50 +00:00
scripts
src libstdc++: Qualify isdigit call to fix versioned namespace build. 2019-12-12 07:14:55 +00:00
testsuite libstdc++: Fix versioned namespace tests 2019-12-20 13:24:52 +00:00
acinclude.m4 libstdc++: Test setrlimit with c++ in configure 2019-12-20 15:30:41 +00:00
aclocal.m4
ChangeLog libstdc++: Add inline to maybe-constexpr functions (PR 92927) 2019-12-20 17:10:18 +00:00
ChangeLog-1998
ChangeLog-1999
ChangeLog-2000
ChangeLog-2001
ChangeLog-2002
ChangeLog-2003
ChangeLog-2004
ChangeLog-2005
ChangeLog-2006
ChangeLog-2007
ChangeLog-2008
ChangeLog-2009
ChangeLog-2010
ChangeLog-2011
ChangeLog-2012
ChangeLog-2013
ChangeLog-2014
ChangeLog-2015
ChangeLog-2016
ChangeLog-2017
ChangeLog-2018
config.h.in libstdc++: Add full steady_clock support to shared_timed_mutex 2019-12-02 16:23:10 +00:00
configure libstdc++: Test setrlimit with c++ in configure 2019-12-20 15:30:41 +00:00
configure.ac libstdc++: Add full steady_clock support to shared_timed_mutex 2019-12-02 16:23:10 +00:00
configure.host
crossconfig.m4
fragment.am
linkage.m4
Makefile.am
Makefile.in
README

file: libstdc++-v3/README

New users may wish to point their web browsers to the file
index.html in the 'doc/html' subdirectory.  It contains brief
building instructions and notes on how to configure the library in
interesting ways.