]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/tests/biblio.cpp
Proper logos with RTL
[lyx.git] / src / frontends / tests / biblio.cpp
index 4ba1d40a341fe2754000b12cdbf6122c4da5e2df..067cc9b4481b5bd6ae14385b3d1ba5a2e8a00a39 100644 (file)
@@ -20,7 +20,7 @@ string const escape_special_chars(string const & expr)
 
        // $& is a ECMAScript format expression that expands to all
        // of the current match
-#if defined(LYX_USE_CXX11) && defined(LYX_USE_STD_REGEX)
+#ifdef LYX_USE_STD_REGEX
        // To prefix a matched expression with a single literal backslash, we
        // need to escape it for the C++ compiler and use:
        return lyx::regex_replace(expr, reg, "\\$&");