File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 474
474
475
475
namespace views {
476
476
template<size_t N>
477
- inline constexpr @\unspecnc@ adjacent = @\unspecnc@; // freestanding
477
+ constexpr @\unspecnc@ adjacent = @\unspecnc@; // freestanding
478
478
inline constexpr auto @\libmember{pairwise}{views}@ = adjacent<2>; // freestanding
479
479
}
480
480
485
485
486
486
namespace views {
487
487
template<size_t N>
488
- inline constexpr @\unspecnc@ adjacent_transform = @\unspecnc@; // freestanding
488
+ constexpr @\unspecnc@ adjacent_transform = @\unspecnc@; // freestanding
489
489
inline constexpr auto @\libmember{pairwise_transform}{views}@ = adjacent_transform<2>; // freestanding
490
490
}
491
491
1584
1584
1585
1585
\begin{itemdecl}
1586
1586
template<class R>
1587
- inline constexpr bool @\exposidnc{is-initializer-list}@ = @\seebelow@; // \expos
1587
+ constexpr bool @\exposidnc{is-initializer-list}@ = @\seebelow@; // \expos
1588
1588
\end{itemdecl}
1589
1589
1590
1590
\begin{itemdescr}
You can’t perform that action at this time.
0 commit comments