* include/bits/list.tcc (list::operator=(const list&), list::merge): Use __addressof instead of operator&. (list::sort): Use array-to-pointer decay instead of operator&. * include/bits/stl_list.h (list::splice): Use __addressof instead of operator&. * include/debug/formatter.h (_Error_formatter::_Parameter::_Parameter): Likewise. * include/debug/functions.h (__check_singular): Likewise. * include/debug/list (list::splice, list::merge): Likewise. * testsuite/23_containers/list/modifiers/addressof.cc: New. From-SVN: r224539
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| emplace | Loading commit data... | |
| erase | Loading commit data... | |
| insert | Loading commit data... | |
| swap | Loading commit data... | |
| 1.cc | Loading commit data... | |
| 1.h | Loading commit data... | |
| 1_c++0x.cc | Loading commit data... | |
| 2.cc | Loading commit data... | |
| 2.h | Loading commit data... | |
| 3.cc | Loading commit data... | |
| 3.h | Loading commit data... | |
| addressof.cc | Loading commit data... |