]> git.lyx.org Git - lyx.git/commit
Get rid of tr1 support
authorGeorg Baum <baum@lyx.org>
Tue, 23 Dec 2014 21:18:08 +0000 (22:18 +0100)
committerGeorg Baum <baum@lyx.org>
Tue, 23 Dec 2014 21:18:08 +0000 (22:18 +0100)
commit6f34a8a6407823d6ef746f484a3100392f45d988
tree4662a779e49bbf9bebed1d8e5759f3bd918abb83
parent54b0fa330e997c67dc11d65fc41c4f39d23669ae
Get rid of tr1 support

As discussed on the list. We don't need it anymore, either we have a modern
compiler that supports C++11, or we fall back to boost. I kept and adjusted
the regex #define, since we cannot use std regex completely yet.
CMakeLists.txt
boost/libs/CMakeLists.txt
configure.ac
development/cmake/config.h.cmake
src/support/bind.h
src/support/functional.h
src/support/regex.h
src/support/shared_ptr.h