mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 20:54:41 +03:00
Typo fixed in 'Use templates to express containers'
This commit is contained in:
@@ -13285,7 +13285,7 @@ Most compilers already warn about simple cases and has the information to do mor
|
|||||||
|
|
||||||
##### Example
|
##### Example
|
||||||
|
|
||||||
template<typename T> class Vvector {
|
template<typename T> class Vector {
|
||||||
// ...
|
// ...
|
||||||
T* elem; // point to sz elements of type T
|
T* elem; // point to sz elements of type T
|
||||||
int sz;
|
int sz;
|
||||||
|
|||||||
Reference in New Issue
Block a user