Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23 from Mendeley/MD-22843-fix_build_newer_gcc
Fixing building on gcc 5.4
- Loading branch information
33c4e77
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@philliphounslow : such change to std::unique_ptr will produce a compilation error:
, but <memory> is included. The problem is the lack of "std=c++11" flag on src/CMakeLists.txt, line 8
Please see issue #24 for details