diff options
Diffstat (limited to 'libstdc++-v3/docs/html/20_util/howto.html')
-rw-r--r-- | libstdc++-v3/docs/html/20_util/howto.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/docs/html/20_util/howto.html b/libstdc++-v3/docs/html/20_util/howto.html index 28021d20635..9952849c0fb 100644 --- a/libstdc++-v3/docs/html/20_util/howto.html +++ b/libstdc++-v3/docs/html/20_util/howto.html @@ -172,7 +172,7 @@ handle member function templates: </p> <pre> - template <class U, class V> pain (const pair<U,V>& p); + template <class U, class V> pair (const pair<U,V>& p); </pre> <p>The compiler will convert as necessary from U to T1 and from V to T2 in order to perform the respective initializations. |