Skip to content

Commit 347ded0

Browse files
committed
[vector.bool.pspc] Reinstate redundant "inline", as per paper
The "inline" was removed editorially in 2141dab, but CD review has requested we retain it.
1 parent 5dd0216 commit 347ded0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/containers.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6110,7 +6110,7 @@
61106110
class vector<bool, Allocator>;
61116111

61126112
template<class T>
6113-
constexpr bool @\exposid{is-vector-bool-reference}@ = @\seebelow@; // \expos
6113+
inline constexpr bool @\exposid{is-vector-bool-reference}@ = @\seebelow@; // \expos
61146114

61156115
// hash support
61166116
template<class T> struct hash;

0 commit comments

Comments
 (0)