This repository was archived by the owner on Jan 2, 2021. It is now read-only.

Description
In file included from ../Libraries/acdriver/Sources/Compile/Output.cpp:13:
In file included from ../Libraries/xcassets/Headers/xcassets/Asset/Asset.h:15:
../Libraries/libutil/Headers/libutil/Base.h:24:32: error: 'ptr_fun<int, int>' is deprecated [-Werror,-Wdeprecated-declarations]
std::not1(std::ptr_fun<int, int>(::isspace))));
^
/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/functional:1097:1: note: 'ptr_fun<int, int>' has been explicitly marked deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/__config:1101:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
^