gambit
is hosted by
Hepforge
,
IPPP Durham
Home
Results & Publications
Talks
Community
Download
Source Code
Support
Tutorials
FAQ
Compiler matrix
Known issues
Documentation
Configuration examples
Report issue
Users' mailing list
Contact
Internal pages:
Wiki
Git repos:
gambit (dev fork)
gambit_internal
gambit_results
GAMBIT
v1.5.0-2191-ga4742ac
a Global And Modular Bsm Inference Tool
stringify.hpp
Go to the documentation of this file.
1
// GAMBIT: Global and Modular BSM Inference Tool
2
// *********************************************
23
24
#ifndef __stringify_hpp__
25
#define __stringify_hpp__
26
29
#define STRINGIFY(X) STRINGIFY2(X)
30
#define STRINGIFY2(X) #X
31
#define SAFE_STRINGIFY(...) SAFE_STRINGIFY2(__VA_ARGS__)
33
#define SAFE_STRINGIFY2(...) #__VA_ARGS__
34
36
#endif //defined __util_macros_hpp__
Utils
include
gambit
Utils
stringify.hpp
Generated on Sat May 27 2023 23:02:09 for GAMBIT by
1.8.13