00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028 #ifndef _dgBoost_h_
00029 #define _dgBoost_h_
00030
00038 #ifdef _DEBUG
00039 #undef __DG_LOCAL_DEBUG
00040 #define __DG_LOCAL_DEBUG _DEBUG
00041 #define __DG_DEBUG_DEFINED 1
00042 #undef _DEBUG
00043 #endif
00044
00045 #include <boost/regex.hpp>
00046
00047 #if defined(__DG_DEBUG_DEFINED)
00048 #define _DEBUG __DG_LOCAL_DEBUG
00049 #undef __DG_LOCAL_DEBUG
00050 #undef __DG_DEBUG_DEFINED
00051 #endif
00052
00053 #include <boost/pointee.hpp>
00054
00055 #endif
00056
00057
00058
00059
00060