vul_whereami.h
Go to the documentation of this file.
1 // This is core/vul/vul_whereami.h
2 #ifndef vul_whereami_h_
3 #define vul_whereami_h_
4 
5 //:
6 // \file
7 // \author fsm
8 
9 #include <iostream>
10 #ifdef _MSC_VER
11 # include <vcl_msvc_warnings.h>
12 #endif
13 
14 #define vul_whereami (std::cerr << __FILE__ ", line " << __LINE__ << " : ")
15 
16 #endif // vul_whereami_h_