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