Skip to content

Commit 28bf2e8

Browse files
committed
Add missing type signature to synopsis
1 parent b83a275 commit 28bf2e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

execution_policies.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ <h1>Dynamic execution policy</h1>
138138
template&lt;class T&gt; execution_policy&amp; operator=(const T&amp; exec);
139139

140140
<cxx-ref insynopsis="" to="parallel.execpol.access"></cxx-ref>
141+
<ins>const type_info&amp; type() const noexcept;</ins>
141142
template&lt;class T&gt; T* get() noexcept;
142143
template&lt;class T&gt; const T* get() const noexcept;
143144
};

0 commit comments

Comments
 (0)