CppCommon
1.0.4.1
C++ Common Library
system_source_location.cpp
Source location example
#include "
system/source_location.h
"
#include <iostream>
int
main(
int
argc,
char
** argv)
{
std::cout <<
"Source location: "
<<
__LOCATION__
<< std::endl;
return
0;
}
source_location.h
Source location definition.
__LOCATION__
#define __LOCATION__
Current source location macro.
Definition:
source_location.h:23
Generated by
1.9.1