Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in macros

Can I substitute __func__ into an identifier name in a C macro?

c macros

Are these placement new macros correct?

c++ macros placement-new

Determining value of preprocessor token

c++ macros

Remove constness of a pointer in a struct in C

c pointers gcc macros constants

Julia - How macros are related (based on exemple from OpenCL.jl

macros julia

Expansion of nested macros, from the inner to the outer?

c++ c macros c-preprocessor

Limit autocompletion of macro function when used as a static extension to multiple types

C preprocessor: include based on define

How to alias a macro in julia

macros julia

Julia create multiple slightly modified versions of a function

Any trick for simpler definition of multiline C macros?

Generating labels in macro preprocessing in C

c macros

Objective-C macro with weak self

C# generic with similar classes

c# generics macros

Macro questions

c macros

Calling different C functions according to the C++ template type

c++ c templates macros

checking symbol equality in defmacro (clojure)

clojure macros symbols

Macro to replace nested for loops

Multiline macro function with "return" statement

c macros

Calling a macro from a macro

scala macros