diff --git a/source/exec.tex b/source/exec.tex index 668aa569a4..1d2a8bfed7 100644 --- a/source/exec.tex +++ b/source/exec.tex @@ -464,7 +464,7 @@ enum class forward_progress_guarantee; inline constexpr get_forward_progress_guarantee_t get_forward_progress_guarantee{}; template - inline constexpr get_completion_scheduler_t get_completion_scheduler{}; + constexpr get_completion_scheduler_t get_completion_scheduler{}; struct empty_env {}; struct get_env_t { @\unspec@ }; @@ -550,7 +550,7 @@ template requires @\libconcept{sender_in}@ - inline constexpr bool sends_stopped = @\seebelow@; + constexpr bool sends_stopped = @\seebelow@; template using @\exposidnc{single-sender-value-type}@ = @\seebelownc@; // \expos @@ -4827,7 +4827,7 @@ template requires @\libconcept{sender_in}@ - inline constexpr bool sends_stopped = + constexpr bool sends_stopped = !@\libconcept{same_as}@<@\exposid{type-list}@<>, @\exposid{gather-signatures}@, @\exposid{type-list}@, @\exposid{type-list}@>>; diff --git a/source/time.tex b/source/time.tex index 13e83b76c0..dfa1601013 100644 --- a/source/time.tex +++ b/source/time.tex @@ -10834,7 +10834,7 @@ of \tcode{enable_nonlocking_formatter_optimization}: \begin{codeblock} template - inline constexpr bool enable_nonlocking_formatter_optimization< + constexpr bool enable_nonlocking_formatter_optimization< chrono::duration> = enable_nonlocking_formatter_optimization; \end{codeblock} @@ -10845,7 +10845,7 @@ \tcode{enable_nonlocking_formatter_optimization}: \begin{codeblock} template - inline constexpr bool enable_nonlocking_formatter_optimization< + constexpr bool enable_nonlocking_formatter_optimization< chrono::zoned_time> = true; \end{codeblock} diff --git a/source/utilities.tex b/source/utilities.tex index 389dc53694..bf80d4f26b 100644 --- a/source/utilities.tex +++ b/source/utilities.tex @@ -15896,7 +15896,7 @@ template requires (format_kind != range_format::disabled) - inline constexpr bool enable_nonlocking_formatter_optimization = false; + constexpr bool enable_nonlocking_formatter_optimization = false; // \ref{format.arguments}, arguments // \ref{format.arg}, class template \tcode{basic_format_arg} @@ -18799,7 +18799,7 @@ }; template - inline constexpr bool enable_nonlocking_formatter_optimization<@\placeholder{pair-or-tuple}@> = + constexpr bool enable_nonlocking_formatter_optimization<@\placeholder{pair-or-tuple}@> = (enable_nonlocking_formatter_optimization && ...); } \end{codeblock}