File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 50975097\indexheader {semaphore}%
50985098\begin {codeblock }
50995099namespace 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>;
51085108
51095109\begin {codeblock }
51105110namespace 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;
You can’t perform that action at this time.
0 commit comments