Skip to content

Commit b901e91

Browse files
authored
[exec.sysctxrepl.query] Use \exposconcept for class-type (#8166)
1 parent a3bdbd1 commit b901e91

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
@@ -8459,7 +8459,7 @@
84598459
virtual void set_error(exception_ptr) noexcept = 0;
84608460
virtual void set_stopped() noexcept = 0;
84618461

8462-
template<class P, @\exposid{class-type}@ Query>
8462+
template<class P, @\exposconcept{class-type}@ Query>
84638463
optional<P> try_query(Query q) noexcept;
84648464
};
84658465

0 commit comments

Comments
 (0)