Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in macros

Clojure macroexpand

macros clojure

Type-generic programming with macros: tricks to determine type?

Type overloading macro

Difference between a macro definition and function definition

Macro expands correctly, but gives me "expected expression" error

c macros c-preprocessor

Access the compilation date during compilation in Haxe

macros haxe

C pre-processor macro expansion

c macros c-preprocessor

Macro expansion and stringification: How to get the macro name (not its value) stringified using another macro?

c macros

How to get unique values at preprocessing across files

Returning multiple values from a clojure macro

macros clojure

why sizeof("-2147483648") - 1

c macros precompile

C++ macros and namespaces

c++ macros namespaces

How to test a clojure macro that uses gensyms?

testing macros clojure gensym

Can't access Parent's Members while dealing with Macro Annotations

likely(x) and __builtin_expect((x),1)

Escaping commas in macro output

macros rust

Why does sizeof(MACRO) give an output of 4 bytes when MACRO does not hold any memory location?

c macros c-preprocessor

How can I create hygienic identifiers in code generated by procedural macros?

More information on `({});` in C?

c gcc macros

msvc's equivalent of gcc's __BASE_FILE__

c++ visual-c++ gcc macros