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.
ec_
1 parent dc6255a commit 6eb32b6Copy full SHA for 6eb32b6
source/threads.tex
@@ -11278,7 +11278,7 @@
11278
const char* what() const noexcept;
11279
11280
private:
11281
- error_code ec_; // \expos
+ error_code @\exposid{ec_}@; // \expos
11282
};
11283
}
11284
\end{codeblock}
@@ -11291,7 +11291,7 @@
11291
\begin{itemdescr}
11292
\pnum
11293
\effects
11294
-Initializes \tcode{ec_} with \tcode{make_error_code(e)}.
+Initializes \exposid{ec_} with \tcode{make_error_code(e)}.
11295
\end{itemdescr}
11296
11297
\indexlibrarymember{code}{future_error}%
@@ -11302,7 +11302,7 @@
11302
11303
11304
\returns
11305
-\tcode{ec_}.
+\exposid{ec_}.
11306
11307
11308
\indexlibrarymember{what}{future_error}%
0 commit comments