This repository has been archived by the owner on Jul 18, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ImageFilm load, fix failing load when compiling with GCC v4.8.4
Apparently GCC v4.8.4, even when advertised as C++11 complete and building correctly while using std::regex, apparently regex support is not correct until v4.9 :-( This was causing ImageFilm load to fail when compiling with gcc v4.8.4 http://stackoverflow.com/questions/20027305/strange-results-when-using-c11-regexp-with-gcc-4-8-2-but-works-with-boost-reg So, to keep backwards compatibility with slightly older distros I had to remove any usage of std::regex and do the filename/extension comparisons manually
- Loading branch information