Displaying 2 results from an estimated 2 matches for "natris1".
Did you mean:
natris
2012 May 08
0
[LLVMdev] Any way how to instantiate templates even when it is not necessary for the compilation?
...rload candidates found during
argument dependent look-up). I am not very familiar with clang's code or
structure so this is just speculation, perhaps a query on clangs developers
list might give you more insight into what options you may have.
On Tue, May 8, 2012 at 3:22 PM, Ondrej Kolacek <natris1 at gmail.com> wrote:
> Hello,
> I do not have the code right here but if I understood your question
> correctly, you are asking whether the "generic" structures of the
> template are dumped into xml while the "specialization" is printed
> incomplete. Yes, xml...
2012 May 07
0
[LLVMdev] Any way how to instantiate templates even when it is not necessary for the compilation?
Is the original definition of the template available in the XML file, not
just the reference to the specific instantiations (i.e.
IMyEnumerator<int>).
On Mon, May 7, 2012 at 12:08 PM, Ondrej Kolacek <natris1 at gmail.com> wrote:
> (another try from different mail account; I hope I was able to clarify
> my issue better. )
>
> Hello,
> I am working on a tool which takes c++ header files of a C++ DLL and
> based on "interfaces" defined in them generates csharp classes and
&...