Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • This is exactly what I have looked for but it seams to be a C++ header
    – Schafwolle
    Commented May 19, 2016 at 10:02
  • @Schafwolle It's not. Boost.Preprocessor is a C/C++ polyglot library, and works with both. Note that the live example is compiled as C via the -x c flag.
    – Quentin
    Commented May 19, 2016 at 11:24
  • @Quention Thx By the way of course the CALL was just a dummy name so I'm going to directly us the boost makro instead
    – Schafwolle
    Commented May 19, 2016 at 11:35