Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in macros

Will it be possible to generate several top-level classes with one macro invocation in scala 2.10?

scala macros scala-2.10

Typedef an uintX_t type, where X is the value of a macro

c macros language-lawyer

How to use a macro in an #include directive?

c++ macros include

In clojure, how can I evaluate the arguments to a macro from another macro?

macros clojure

Is there a cleaner way to register Qt custom events?

c++ qt macros qevent

C++ Preprocessor macro loop __VA_ARGS__ 1 vs 2+ arguments

c++ macros

integer to string converter(using macros)

c macros

Converting Rust macro types into expressions

macros rust

How to use a type (ty) within a macro to construct a struct instance in Rust?

macros rust

Trouble with this macro

macros clojure lisp

What is the purpose of a double negative in macro definition, like (!!(expr))? [duplicate]

Problem With Macros (#define) "showing Expected identifier before numeric constant" error, in iPad

iphone ipad macros

Is there path macros in IntelliJ IDEA that points to project directory ? (IDEA 10.5.2)

macros path intellij-idea

function-like macro with the same name as an object-like macro

c macros c-preprocessor

Macro to access source code text at runtime

scala macros

How to define a template for adding multiple files to a project?

Dynamic #include based on macro definition

c++ macros makefile

How to define custom macros in MathJax

macros latex mathjax

How do I generate `quote::Tokens` from both a constant value and a collection of values?

macros rust

Clojure macroexpand

macros clojure