mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 04:44:34 +03:00
NL.5: Fixed typo s/typename/template/.
This commit is contained in:
@@ -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
|
||||
// ...
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user