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.
constexpr static
static constexpr
1 parent 4cac06b commit 608c152Copy full SHA for 608c152
source/containers.tex
@@ -9238,7 +9238,7 @@
9238
constexpr iterator erase(const_iterator position);
9239
constexpr iterator erase(const_iterator first, const_iterator last);
9240
constexpr void swap(vector&);
9241
- constexpr static void swap(reference x, reference y) noexcept;
+ static constexpr void swap(reference x, reference y) noexcept;
9242
constexpr void flip() noexcept; // flips all bits
9243
constexpr void clear() noexcept;
9244
};
@@ -9279,7 +9279,7 @@
9279
9280
\indexlibrarymember{swap}{vector<bool>}%
9281
\begin{itemdecl}
9282
-constexpr static void swap(reference x, reference y) noexcept;
+static constexpr void swap(reference x, reference y) noexcept;
9283
\end{itemdecl}
9284
9285
\begin{itemdescr}
0 commit comments