r277302 - in /trunk/libstdc++-v3: ChangeLog tes...

redi@gcc.gnu.org redi@gcc.gnu.org
Tue Oct 22 21:48:00 GMT 2019


Author: redi
Date: Tue Oct 22 21:48:57 2019
New Revision: 277302

URL: https://gcc.gnu.org/viewcvs?rev=277302&root=gcc&view=rev
Log:
Restore use of tr1::unordered_map in testsuite

My recent change to this file broke running the testsuite with
-std=c++98 because std::unordered_map isn't available. This fixes it.

	* testsuite/util/testsuite_abi.h: Restore use of tr1/unordered_map
	when compiled as C++98.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/testsuite/util/testsuite_abi.h



More information about the Libstdc++-cvs mailing list