X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FcreaRTTI.cxx;h=872d64b7a0721080314442e2fdee3e5079b2293c;hb=9e7201b8488e634387f2ca91821f9964bbddc2ca;hp=d997215854e40ab7802d1209c40893aea48b2400;hpb=c08e99c2447c01473c687f3cd518304405f03d83;p=crea.git diff --git a/src/creaRTTI.cxx b/src/creaRTTI.cxx index d997215..872d64b 100644 --- a/src/creaRTTI.cxx +++ b/src/creaRTTI.cxx @@ -65,11 +65,11 @@ namespace crea -#if __APPLE__ -//EED2018-08-28 Be careful #include is not complete (CommandLine mechanisme Xcode) -printf("EED creaRTTI run_time_up_or_down_cast 2018-08-28 Warnning !!!! Apple cast missing __do_upcast ") - return source_pointer; -#else +// #if __APPLE__ +// //EED2018-08-28 Be careful #include is not complete (CommandLine mechanisme Xcode) +// printf("EED creaRTTI run_time_up_or_down_cast 2018-08-28 Warnning !!!! Apple cast missing __do_upcast "); +// return source_pointer; +// #else #if __GNUC__ > 3 || \ (__GNUC__ == 3 && (__GNUC_MINOR__ > 1 || \ (__GNUC_MINOR__ == 1 && \ @@ -94,7 +94,8 @@ printf("EED creaRTTI run_time_up_or_down_cast 2018-08-28 Warnning !!!! Apple // target_pointer = __RTDynamicCast(source_pointer, 0, source_type, target_type, 0); #endif return target_pointer; -#endif + +// #endif