We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b830f07 commit 7312298Copy full SHA for 7312298
source/exec.tex
@@ -5833,7 +5833,7 @@
5833
template<class Sch>
5834
requires (!@\libconcept{same_as}@<task_scheduler, Sch>)
5835
&& @\libconcept{scheduler}@<Sch>
5836
- friend bool operator== (const task_scheduler& lhs, const Sch& rhs) noexcept;
+ friend bool operator==(const task_scheduler& lhs, const Sch& rhs) noexcept;
5837
5838
private:
5839
shared_ptr<void> @\exposidnc{sch_}@; // \expos
0 commit comments