Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'v2.1' into v2.1-agentzh
  • Loading branch information
agentzh committed Aug 26, 2017
2 parents 7897b76 + 9634fa9 commit 41b5c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/ext_ffi_semantics.html
Expand Up @@ -864,7 +864,7 @@ <h2 id="param">Parameterized Types</h2>
<p> <p>
The main use for parameterized types are libraries implementing abstract The main use for parameterized types are libraries implementing abstract
data types data types
(<a href="http://www.freelists.org/post/luajit/ffi-type-of-pointer-to,8"><span class="ext">&raquo;</span>&nbsp;example</a>), (<a href="https://www.freelists.org/post/luajit/ffi-type-of-pointer-to,8">example</a>),
similar to what can be achieved with C++ template metaprogramming. similar to what can be achieved with C++ template metaprogramming.
Another use case are derived types of anonymous structs, which avoids Another use case are derived types of anonymous structs, which avoids
pollution of the global struct namespace. pollution of the global struct namespace.
Expand Down

0 comments on commit 41b5c32

Please sign in to comment.