mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
c2e67a41ce
This fixes an issue whe compiling with C++11 flags on: The objective-C clang compiler produces an error. This patch waits avoid including specific C++ flags and uses LYX_CPP_SPECIFIC_FLAGS to store the confliciting flags (for the moment, just C++11).