Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/meta.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2677,7 +2677,7 @@
template<ranges::@\libconcept{input_range}@ R>
consteval const ranges::range_value_t<R>* define_static_string(R&& r);
template<ranges::@\libconcept{input_range}@ R>
consteval span<const ranges::range_value_t<R>, \seebelow> define_static_array(R&& r);
consteval span<const ranges::range_value_t<R>, @\seebelow@> define_static_array(R&& r);
template<class T>
consteval const remove_cvref_t<T>* define_static_object(T&& r);
}
Expand Down Expand Up @@ -3281,7 +3281,7 @@
\indexlibraryglobal{define_static_array}%
\begin{itemdecl}
template<ranges::@\libconcept{input_range}@ R>
consteval span<const ranges::range_value_t<R>, \seebelow> define_static_array(R&& r);
consteval span<const ranges::range_value_t<R>, @\seebelow@> define_static_array(R&& r);
\end{itemdecl}

\begin{itemdescr}
Expand Down
Loading