On 16/04/2017 20:17, Kornel Benko wrote:
Yes, omitting std-regex because it does not work with adv-find.
(See https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg196773.html)
what is the current situation with LYX_USE_STD_REGEXP for the official lyx
releases
on the various OSes ? (where do we use std-regex, where boost, if at all)
Thx,
T.
Btw, your fix seems good and compiles here, so I just pushed it.
Thanks,
T.
On 16/04/2017 18:59, Kornel Benko wrote:
Am Sonntag, 16. April 2017 um 16:27:17, schrieb Uwe Stöhr <uwesto...@lyx.org>
El 16.04.2017 a las 11:29, Tommaso Cucinotta escribió:
commit ecc36be60baba3b3b093f4b9b8454bf11b2fb2f9
Author: Tommaso Cucinotta <tomm...@lyx.org>
diff --git a/src/lyxfind.cpp b/src/lyxfind.cpp
Hi Tommaso,
this commit breaks the compilation for me. I get:
D:\LyXGit\Master\src\lyxfind.cpp(964): error C2039: 'sregex_iterator':
is not a member of 'std' [D:\LyXGit\Master\compile-2015\src\LyX.vcxproj]
C:\Programme (x86)\MSVC2015\VC\include\array(17): note: see
declaration of 'std'
could you please have a look?
thanks and regards
Uwe
Attached works for me.
Kornel