File tree Expand file tree Collapse file tree 1 file changed +3
-15
lines changed Expand file tree Collapse file tree 1 file changed +3
-15
lines changed Original file line number Diff line number Diff line change @@ -12101,27 +12101,15 @@
12101
12101
\end{itemdescr}
12102
12102
12103
12103
\indexlibrarymember{do_is_equal}{synchronized_pool_resource}%
12104
- \begin{itemdecl}
12105
- bool synchronized_pool_resource::do_is_equal(
12106
- const memory_resource& other) const noexcept override;
12107
- \end{itemdecl}
12108
-
12109
- \begin{itemdescr}
12110
- \pnum
12111
- \returns
12112
- \tcode{this == dynamic_cast<const synchronized_pool_resource*>(\&other)}.
12113
- \end{itemdescr}
12114
-
12115
12104
\indexlibrarymember{do_is_equal}{unsynchronized_pool_resource}%
12116
12105
\begin{itemdecl}
12117
- bool unsynchronized_pool_resource::do_is_equal(
12118
- const memory_resource& other) const noexcept override;
12106
+ bool do_is_equal(const memory_resource& other) const noexcept override;
12119
12107
\end{itemdecl}
12120
12108
12121
12109
\begin{itemdescr}
12122
12110
\pnum
12123
12111
\returns
12124
- \tcode{this == dynamic_cast<const unsynchronized_pool_resource*>( \&other) }.
12112
+ \tcode{this == \&other}.
12125
12113
\end{itemdescr}
12126
12114
12127
12115
\rSec2[mem.res.monotonic.buffer]{Class \tcode{monotonic_buffer_resource}}
12337
12325
\begin{itemdescr}
12338
12326
\pnum
12339
12327
\returns
12340
- \tcode{this == dynamic_cast<const monotonic_buffer_resource*>( \&other) }.
12328
+ \tcode{this == \&other}.
12341
12329
\end{itemdescr}
12342
12330
12343
12331
You can’t perform that action at this time.
0 commit comments