- Partially updated win32 project files
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1242 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
f3e7ee0393
commit
fbcc9e9267
6 changed files with 31 additions and 38 deletions
|
@ -22,7 +22,7 @@
|
|||
#ifndef DOWN_CAST_TCC
|
||||
#define DOWN_CAST_TCC 1
|
||||
|
||||
#if (not defined NDEBUG) && (not defined _MSC_VER)
|
||||
#if not defined(NDEBUG) && not defined(_MSC_VER)
|
||||
#include <sys/types.h>
|
||||
#include <iostream>
|
||||
#include <signal.h>
|
||||
|
@ -113,7 +113,7 @@ namespace sgpem
|
|||
template<typename From>
|
||||
inline To* operator()(From* obj) const
|
||||
{
|
||||
#if (not defined NDEBUG) && (not defined _MSC_VER)
|
||||
#if not defined(NDEBUG) && not defined(_MSC_VER)
|
||||
To* check_ptr = dynamic_cast<To*>(obj);
|
||||
if(check_ptr == NULL)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue