Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
true_one_fits_all.cpp 116 B
#define make_string(s) str(s) 
#define str(s) #s

    #ifdef config
        #include make_string(config)
    #endif