Thread Previous • Date Previous • Date Next • Thread Next |
#ifndef YADE_CGAL #include<...> #endif
That was the previous situation : #ifdef XVIEW #include "Vue3D.h" #endifXVIEW not defined for Yade. The compiler has no problem with that, only the linker will try and find a libVue3D. I concluded the implicit dependency process was ignoring #ifdefs, isn't that true?
Or #include<...> and #include "..." would give different results? Bruno
Thread Previous • Date Previous • Date Next • Thread Next |