We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b561e61 commit ebd893bCopy full SHA for ebd893b
source/lib-intro.tex
@@ -2200,12 +2200,12 @@
2200
(not used) &
2201
\effects Constructs an object of type \tcode{C} at
2202
\tcode{c} &
2203
- \tcode{::new ((void*)c) C(forward<\brk{}Args>\brk(args)...)} \\ \rowsep
+ \tcode{construct_at(c,~std::\brk{}forward<Args>\brk{}(args)...)} \\ \rowsep
2204
2205
\tcode{a.destroy(c)} &
2206
2207
\effects Destroys the object at \tcode{c} &
2208
- \tcode{c->\~{}C()} \\ \rowsep
+ \tcode{destroy_at(c)} \\ \rowsep
2209
2210
\tcode{a.select_on_container_copy_construction()} &
2211
\tcode{X} &
0 commit comments