[cxx-abi-dev] Pointer to member function mangling
Chris Lattner
sabre at nondot.org
Wed Feb 20 02:08:43 UTC 2002
> Here's a patch to the ABI spec. The first hunk just fixes an html problem.
--- 4373,4380 ----
When the dimension is an expression involving template parameters,
the second production is used.
Thus, the declarations:
+ <pre><code> template<int I> void foo (int (&)[I + 1]) { }
+ template void foo<2> (int (&)[3]);
To be pedantic, the two "(&)"s should each be "(&)"...
-Chris
More information about the cxx-abi-dev
mailing list