search for: metalibrari

Displaying 3 results from an estimated 3 matches for "metalibrari".

Did you mean: metalibraries
2009 Sep 01
0
[LLVMdev] Perfect forwarding?
...adapters to convert structs/classes into tuples/kwtuples. You have to write the short and simple adapter for your classes, but it would allow you to iterate over everything/anything in it. I have done this exact thing. Not quite fully what you want, but Boost.Fusion and other bits of other boost metalibraries seem to do most of what you want. Might be interesting to look at?
2009 Sep 03
0
[LLVMdev] Perfect forwarding?
...> tuples/kwtuples. You have to write the short and simple adapter for >> your classes, but it would allow you to iterate over >> everything/anything in it. I have done this exact thing. Not quite >> fully what you want, but Boost.Fusion and other bits of other boost >> metalibraries seem to do most of what you want. Might be interesting >> to look at? >> > > Possibly. Bear in mind that part of my goal is to make something like Boost > obsolete - because my language's type inference engine is more powerful than > C++'s template resolution algo...
2009 Aug 30
4
[LLVMdev] Perfect forwarding?
BLAST! LLVM mailing list headers are still royally screwed up... My message is below... On Sun, Aug 30, 2009 at 2:20 PM, Talin<viridia at gmail.com> wrote: > Hey all, it's been a while since I have posted on this list, but I've > been continuing my work with LLVM and getting lots done :) > > One question I wanted to ask is whether anyone had any advice on how to >