NL.5: Fixed typo `s/typename/template/`.

pull/444/head
Michael Park 10 years ago
parent b4a0bd4310
commit b8b88bf4ec

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

Loading…
Cancel
Save