Go to the documentation of this file.00001
00034 #ifndef BARRETT_DETAIL_DEBUG_H_
00035 #define BARRETT_DETAIL_DEBUG_H_
00036
00037
00038 #include <iostream>
00039
00040 #define DEBUG_MARK \
00041 std::cerr << "DEBUG:" __FILE__ ":" << __LINE__ << std::endl
00042
00043
00044 #endif