mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
Typo fixed in 'Use templates to express containers'
This commit is contained in:
parent
1ab6344b44
commit
6dbcabc974
|
@ -13285,7 +13285,7 @@ Most compilers already warn about simple cases and has the information to do mor
|
|||
|
||||
##### Example
|
||||
|
||||
template<typename T> class Vvector {
|
||||
template<typename T> class Vector {
|
||||
// ...
|
||||
T* elem; // point to sz elements of type T
|
||||
int sz;
|
||||
|
|
Loading…
Reference in New Issue
Block a user