Preprocessor helpers
[sol.git] / sol / preprocessor / here.hpp
blob348c6a22a8716707d1be2679d0e7947adb5d460a
1 #if !defined(sol_preprocessor_here_hpp_included)
2 #define sol_preprocessor_here_hpp_included
3 /// \addtogroup sol_preprocessor
4 /// \{
7 /**
8 * \file sol/preprocessor/here.hpp
9 * \author Sven Suursoho
12 #include <sol/preprocessor/text.hpp>
15 /// Turn preprocessor symbol into here
16 #define SOL_HERE __FILE__ ":" SOL_TEXT(__LINE__)
19 /// \}
20 #endif // sol_preprocessor_here_hpp_included