mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-14 01:22:33 +00:00
07afd76b7c
libc++ (http://libcxx.llvm.org/) is used on OS X with newer XCode. The patch is from Benjamin Piwowarski <benjamin.piwowarski@lip6.fr>, I only added more comments. The changes regarding implicit conversion to bool of std::iostream work because both the C++98 and C++11 standards guarantee that boolean evaluation of streams returns !fail(). See e.g. http://stackoverflow.com/questions/1334858/why-dont-iostream-objects-overload-operator-bool for details. |
||
---|---|---|
.. | ||
test | ||
.gitignore | ||
boost.cpp | ||
CMakeLists.txt | ||
Context.cpp | ||
Context.h | ||
dummy_impl.cpp | ||
Makefile.am | ||
math.cpp | ||
Parser.cpp | ||
Parser.h | ||
pch.h | ||
Preamble.cpp | ||
Preamble.h | ||
table.cpp | ||
tex2lyx.1in | ||
tex2lyx.cpp | ||
tex2lyx.h | ||
text.cpp | ||
TODO.txt |