Skip to content

Commit 9bfa84d

Browse files
committed
[exec.sysctxrepl.query] Use macro for "unspecified"
1 parent b56f5fe commit 9bfa84d

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
@@ -8450,7 +8450,7 @@
84508450
virtual ~receiver_proxy() = default;
84518451

84528452
protected:
8453-
virtual bool @\exposidnc{query-env}@(unspecified) noexcept = 0; // \expos
8453+
virtual bool @\exposidnc{query-env}@(@\unspecnc@) noexcept = 0; // \expos
84548454

84558455
public:
84568456
virtual void set_value() noexcept = 0;

0 commit comments

Comments
 (0)