Am 08.12.2015 um 23:55 schrieb Kornel Benko:
Can you set in development/cmake/modules/FindCXX11Compiler.cmake:93
set(FLAG)
instead of
set(FLAG "")
I tried this but this doesn't make a difference. Also if I comment out
the cxx11 part in regex.h the compilation fails as soon as I set
set(LYX_USE_CXX11 1)
I then get many of these:
D:\LyXGit\Master\src\tex2lyx\table.cpp(284): error C3861: 'min':
identifier not found
So i am relatively sure that we just need to allow std_regex for MSVC
while cxx11 is kept disabled for MSVC.
regards Uwe