Merge pull request #444 from mpark/NL.5

NL.5: Fixed typo `s/typename/template/`.
pull/443/merge
Gabriel Dos Reis 10 years ago
commit 310bd92dbd

@ -13004,7 +13004,7 @@ This is not evil.
Some styles distinguishes types from non-types. Some styles distinguishes types from non-types.
typename<typename T> template<typename T>
class Hash_tbl { // maps string to T class Hash_tbl { // maps string to T
// ... // ...
}; };

Loading…
Cancel
Save