Skip to content

Commit 9568c66

Browse files
authored
[ranges] Remove "inline" from variable templates (cplusplus#6218)
1 parent 82ecf43 commit 9568c66

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/ranges.tex

+3-3
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@
474474

475475
namespace views {
476476
template<size_t N>
477-
inline constexpr @\unspecnc@ adjacent = @\unspecnc@; // freestanding
477+
constexpr @\unspecnc@ adjacent = @\unspecnc@; // freestanding
478478
inline constexpr auto @\libmember{pairwise}{views}@ = adjacent<2>; // freestanding
479479
}
480480

@@ -485,7 +485,7 @@
485485

486486
namespace views {
487487
template<size_t N>
488-
inline constexpr @\unspecnc@ adjacent_transform = @\unspecnc@; // freestanding
488+
constexpr @\unspecnc@ adjacent_transform = @\unspecnc@; // freestanding
489489
inline constexpr auto @\libmember{pairwise_transform}{views}@ = adjacent_transform<2>; // freestanding
490490
}
491491

@@ -1584,7 +1584,7 @@
15841584

15851585
\begin{itemdecl}
15861586
template<class R>
1587-
inline constexpr bool @\exposidnc{is-initializer-list}@ = @\seebelow@; // \expos
1587+
constexpr bool @\exposidnc{is-initializer-list}@ = @\seebelow@; // \expos
15881588
\end{itemdecl}
15891589

15901590
\begin{itemdescr}

0 commit comments

Comments
 (0)