mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
There is no need to use std::__addressof in post-C++11 code. libstdc++-v3/ChangeLog: * include/bits/hashtable.h: Replace usages of std::__addressof with std::addressof. * include/bits/hashtable_policy.h: Likewise. Reviewed-by: Jonathan Wakely <jwakely@redhat.com>