Search code examples
How can I import modules only if they exist?...

rustconditional-compilation

Read More
How to configure fallback value of constant if multiple #[cfg(...)] don't match?...

rustconditional-compilation

Read More
Can I use #ifdef in a .def?...

dllconditional-compilationfunction

Read More
.NET MAUI: How to ensure that Android platform specific code is only executed on supported Android v...

c#androidmauiconditional-compilationandroid-api-levels

Read More
Handling OS function name mismatch with macros...

cc-preprocessorconditional-compilation

Read More
Why does invalid code annotated by `#[cfg(test)]` still cause the build to fail?...

rustconditional-compilation

Read More
Swift Package and `#if canImport(...)`. How does it work?...

swiftconditional-compilationswift-package-manager

Read More
Webpack modules loaders parsing file multiple times...

webpackcompiler-errorsloaderlaravel-mixconditional-compilation

Read More
#ifdef macros for versions controlling...

iphoneversion-controlversionconditional-compilation

Read More
C++ compiling on Windows and Linux: ifdef switch...

c++linuxwindowsconditional-compilation

Read More
Understanding #define #ifdef and Macros in the Linux Kernel...

macroskernelc-preprocessorconditional-compilation

Read More
#error inside of #define - Possible in C++ (generate error WHEN calling macro MyMacro IF some consta...

c++cmacrosconditional-compilation

Read More
MACRO of library with path to avoid including a library twice in C?...

cincludeconditional-compilation

Read More
Greyed out C# preprocessor directives in Visual Studio 2017...

c#visual-studiovisual-studio-2017preprocessorconditional-compilation

Read More
type 'X' is not a direct type of 'Y' - but with std::conditional...

c++templatesinheritancemetaprogrammingconditional-compilation

Read More
What does "#if ..." (with an ellipsis) do?...

cwindowsc-preprocessorconditional-compilation

Read More
#ifdef in Android...

javaandroidconditional-compilation

Read More
Conditional compilation using ifdef-loader with Angular 13 and Webpack?...

typescriptionic-frameworkwebpackconditional-compilationangular13

Read More
How can I conditionally execute a module-level doctest based on a feature flag?...

rustautomated-testsdocumentationconditional-compilation

Read More
cfg attribute with arbitrary constant expression...

rustconditional-compilation

Read More
Swift: iOS Deployment Target Command Line Flag...

iosswiftconditional-compilationbuildconfigurationdeployment-target

Read More
Are there any options other than using #define for conditional compilation?...

c++compilationc-preprocessorconditional-compilation

Read More
include of header with ifdef...

c++headerincludeconditional-compilation

Read More
Conditional compilation in Haskell other than using CPP...

haskellc-preprocessorconditional-compilation

Read More
typedefing a pointer recognized by C to an inner C++ class...

c++cinner-classesconditional-compilationone-definition-rule

Read More
C++ conditional compilation with large numbers of code files...

c++conditional-compilation

Read More
Rust: Attribute #[cfg(test)] in crates with lib and binary targets...

testingrustrust-cargoconditional-compilation

Read More
Is there a way to enforce correct spelling of features?...

rustmacrosrust-cargoconditional-compilation

Read More
C# !Conditional attribute?...

c#conditional-statementsconditional-compilation

Read More
How to declare a pointer to a nested C++ class in C...

c++cinner-classesconditional-compilationone-definition-rule

Read More
BackNext