testsuite_abi.h
2.63 KB
-
Restore use of tr1::unordered_map in testsuite · 4190b7f1
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. From-SVN: r277302
Jonathan Wakely committed