← Back to team overview

yade-dev team mailing list archive

Re: A small problem with implicit linkage

 


#ifndef YADE_CGAL
	#include<...>
#endif

That was the previous situation :

#ifdef XVIEW
   #include "Vue3D.h"
#endif

XVIEW 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




Follow ups

References