We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5264d2 commit f6e026dCopy full SHA for f6e026d
doc/modules/ROOT/pages/smart_pointers.adoc
@@ -11,7 +11,7 @@ smart virtual_ptr to it. Since the exact type of the object is known, the vptr
11
is read from a static variable, without incuring the cost of a hash table
12
lookup.
13
14
-Here is a variaton of the AST example that uses dynamic allocation and unique
+Here is a variation of the AST example that uses dynamic allocation and unique
15
pointers:
16
17
0 commit comments