12 #define here() xtd::source_location(__FILE__,__LINE__)
19 source_location(
const char * File,
int Line) : _file(File), _line(Line){}
29 const char * file()
const{
return _file; }
31 int line()
const{
return _line; }
34 if (_line != src._line){
37 return 0==strcmp(_file, src._file);
41 if (strcmp(_file, src._file) < 0){
44 return _line < src._line;
host, target and build configurations and settings Various components are purpose built for specific ...
Contains information about the location of source code Used in error reporting and logging...