mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-24 18:43:37 +00:00
e8211fb931
boost::regex supports escape sequences starting with a backslash in format strings of regex_replace, but std::regex does not. Therefore format strings involving literal backslashes have to be written differently for both flavours. The special MSVC handling in regex.h is removed, since it is not needed anymore, and using grep syntax would definitely be wrong. |
||
---|---|---|
.. | ||
regfiles | ||
biblio.cpp | ||
boost.cpp | ||
CMakeLists.txt | ||
test_biblio | ||
test_biblio.cmake |