jsoncpp/include
AbigailBuccaneer 347e1ae46b Use unique_ptr instead of auto_ptr when possible
Previously we only used it on GCC 6 to avoid deprecated declaration
warnings. Now we are proactive and use it whenever compiling as C++11
(or MSVC2010+).

It also moves the logic for deciding between unique_ptr and auto_ptr
into a single location in config.h.

This fixes some use cases that were previously broken, including:
* CXX=clang++ -std=c++11 -Werror=deprecated-declarations
* CXX=g++-6 -std=c++03 -Werror=deprecated-declarations
2017-04-21 15:50:11 +01:00
..
json Use unique_ptr instead of auto_ptr when possible 2017-04-21 15:50:11 +01:00
CMakeLists.txt Allow customization of component install dirs 2014-11-05 11:25:53 +08:00