Skip to content

Commit 2141dab

Browse files
burblebeetkoeppe
authored andcommitted
[vector.syn] Drop the superfluous "inline" from is-vector-bool-reference
1 parent 3346632 commit 2141dab

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
@@ -6099,7 +6099,7 @@
60996099
template<class Allocator> class vector<bool, Allocator>;
61006100

61016101
template<class T>
6102-
inline constexpr bool @\exposid{is-vector-bool-reference}@ = @\seebelow@; // \expos
6102+
constexpr bool @\exposid{is-vector-bool-reference}@ = @\seebelow@; // \expos
61036103

61046104
template<class T, class charT> requires @\exposid{is-vector-bool-reference}@<T>
61056105
struct formatter<T, charT>;

0 commit comments

Comments
 (0)