Jean-Marc Lasgouttes wrote: > This is in C++11 mode, right? By default (c++98) it should just work > IMO. I do not think that we have firm plans of making lyx 2.1 compile in > C++11 mode.
C++11 does not matter for 2.1 IMHO. Compilers will support C++98 much longer than 2.1 will be relevant, and even if that means to enable it by special command line options users can pass them to configure. > I guess the TR1 support is finally biting us back. We could let the code > in, but remove the #define LYX_USE_TR1 in conifg.h. I would rather not touch it for gcc. Can we remove it just for clang? Georg
