Skip to content

Commit 9927929

Browse files
committed
[semaphore.syn] Fix typeface for "implementation-defined" text.
This is implementation-defined code, so it should be italic code font not italic Roman font.
1 parent be0daea commit 9927929

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/threads.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5097,7 +5097,7 @@
50975097
\indexheader{semaphore}%
50985098
\begin{codeblock}
50995099
namespace std {
5100-
template<ptrdiff_t least_max_value = @\textrm{\textit{implementation-defined}}@>
5100+
template<ptrdiff_t least_max_value = @\impdef@>
51015101
class counting_semaphore;
51025102

51035103
using binary_semaphore = counting_semaphore<1>;
@@ -5108,7 +5108,7 @@
51085108

51095109
\begin{codeblock}
51105110
namespace std {
5111-
template<ptrdiff_t least_max_value = @\textrm{\textit{\impldef{value for \tcode{least_max_value} default template argument of \tcode{counting_semaphore}}}}@>
5111+
template<ptrdiff_t least_max_value = @\textit{\impldef{value for \tcode{least_max_value} default template argument of \tcode{counting_semaphore}}}@>
51125112
class counting_semaphore {
51135113
public:
51145114
static constexpr ptrdiff_t max() noexcept;

0 commit comments

Comments
 (0)