Skip to content

Commit 7312298

Browse files
fixup: added missing space after ==
Co-authored-by: Jan Schultke <[email protected]>
1 parent b830f07 commit 7312298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/exec.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5833,7 +5833,7 @@
58335833
template<class Sch>
58345834
requires (!@\libconcept{same_as}@<task_scheduler, Sch>)
58355835
&& @\libconcept{scheduler}@<Sch>
5836-
friend bool operator== (const task_scheduler& lhs, const Sch& rhs) noexcept;
5836+
friend bool operator==(const task_scheduler& lhs, const Sch& rhs) noexcept;
58375837

58385838
private:
58395839
shared_ptr<void> @\exposidnc{sch_}@; // \expos

0 commit comments

Comments
 (0)