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-252-gf9a3f78
a Global And Modular Bsm Inference Tool
local_info.hpp
Go to the documentation of this file.
1
// GAMBIT: Global and Modular BSM Inference Tool
2
// *********************************************
25
26
#ifndef __local_info_hpp__
27
#define __local_info_hpp__
28
29
#include <string>
30
#include <boost/current_function.hpp>
31
#include "
gambit/Utils/stringify.hpp
"
32
34
#define LOCAL_INFO std::string("line ") + STRINGIFY(__LINE__) + " in function " + BOOST_CURRENT_FUNCTION + " of " + __FILE__
35
36
#endif //defined __util_macros_hpp__
stringify.hpp
Stringification macro.
Utils
include
gambit
Utils
local_info.hpp
Generated on Fri Apr 9 2021 23:00:29 for GAMBIT by
1.8.13