Fix uses of static_assert not guarded by C++11 check
authorJonathan Wakely <jwakely@redhat.com>
Mon, 3 Jun 2019 22:18:31 +0000 (23:18 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Mon, 3 Jun 2019 22:18:31 +0000 (23:18 +0100)
commitffef1e30a7775eb54309de258c60f7da794c0a72
treed81239aa8ea4ad48199c96005e7127cc622df55c
parentfdb1849a6c1b79d9684947c0e40aff6136ab329b
Fix uses of static_assert not guarded by C++11 check

* include/bits/stl_map.h (map): Disable static assert for C++98 mode.
* include/bits/stl_multimap.h (multimap): Likewise.

From-SVN: r271884
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/stl_map.h
libstdc++-v3/include/bits/stl_multimap.h