Stop testing for pre-standard hash map/set classes
Always use std::unordered_{map,set} when we use them at all, don't
bother with checking for their availability and with tr1 or even older
alternatives.
This commit is contained in:
parent
a0ae0cd316
commit
86348a9d28
10 changed files with 21 additions and 258 deletions
4
configure
vendored
4
configure
vendored
|
|
@ -24728,10 +24728,6 @@ if test "x$COMPAQCXX" = "xyes"; then
|
|||
CXXFLAGS="-w0 -msg_disable basclsnondto,unrimpret,intconlosbit"
|
||||
fi
|
||||
|
||||
$as_echo "#define HAVE_STD_UNORDERED_MAP 1" >>confdefs.h
|
||||
|
||||
$as_echo "#define HAVE_STD_UNORDERED_SET 1" >>confdefs.h
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue