Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MACRO_PRODUCES_FUNCTION_CALL (0.33 sec)

  1. platforms/native/language-native/src/integTest/groovy/org/gradle/language/cpp/CppIncrementalBuildIntegrationTest.groovy

                #define MACRO_USES_CONCAT_FUNCTION CONCAT_FUNCTION(PREFIX, SUFFIX())
                #ifdef _MSC_VER // only for Visual C++
                    #define MACRO_PRODUCES_FUNCTION_CALL CONCAT_FUNCTION(FUNCTION_RETURNS_ARG, ARGS)
                #else
                    #define MACRO_PRODUCES_FUNCTION_CALL "hello.h" // ignore
                #endif
                #include ${macro}
                #include <iostream>
    
                int main () {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 40.4K bytes
    - Viewed (0)
Back to top