kuem...@lyx.org writes: > +++ lyx-devel/trunk/src/support/checktr1.h Wed Jun 30 10:47:41 2010 > (r34728) > @@ -12,6 +12,8 @@ > #ifndef LYX_CHECKTR1_H > #define LYX_CHECKTR1_H > > +#ifndef LYX_USE_TR1 // When not set by the build system > + > #if defined(_MSC_VER) && (_MSC_VER >= 1600) > #define LYX_USE_TR1 > #endif
Is there a reason why this code is not at the bottom of config.h instead? We already have some boost setting there, so I think it belongs together. JMarc