DGD Library
Version: 0.1.0.14 | Updated: Thu Aug 10 16:58:21 2006
Home
DGD News
FAQ
Code Documentation
DGD Installation Guide
Bugs-n-Features
DGD at Sourceforge.net
Download DGD
Subversion
Code Documentation
Documentation
Namespaces
Class Hierarchy
Class List
File List
Namespace Members
Functions
Globals
Tutorial
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

dgBoost.h

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // $Id$
00004 //
00005 // This program is free software; you can redistribute it and/or modify
00006 // it under the terms of the GNU General Public License as published by
00007 // the Free Software Foundation; either version 2 of the License, or
00008 // (at your option) any later version.
00009 //
00010 // This program is distributed in the hope that it will be useful,
00011 // but WITHOUT ANY WARRANTY; without even the implied warranty of
00012 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00013 // GNU General Public License for more details.
00014 //
00015 // You should have received a copy of the GNU General Public License
00016 // along with this program; if not, write to the Free Software
00017 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
00018 //
00019 // This file is a part of the Scooter project. 
00020 //
00021 // Copyright (c) 2004. Dimitry Kloper <dimka@cs.technion.ac.il> . 
00022 // Technion, Israel Institute of Technology. Computer Science Department.
00023 //
00024 // dgBoost.h -- contains work around magic for compiling STLPort and 
00025 //              Boost 1.31 with locally applied _DEBUG
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 /* _dgBoost_h_ */
00056 
00057 //
00058 // dgBoost.h -- end of file
00059 //
00060 

Generated on Thu Aug 10 16:48:27 2006 for DGD Library by doxygen1.3

SourceForge.net Logo Powered by Mason Powered by Perl
Web design derived from Pasilda design found on www.oswd.org.
Copyright (c) 2002, 2003. Dimitry Kloper <kloper@users.sourceforge.net>