CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2019/02/06 04:43:35
Modified files:
devel/boost : Makefile
Added files:
devel/boost/patches: patch-boost_asio_detail_config_hpp
patch-boost_asio_detail_string_view_hpp
Log message:
Unbreak on clang archs, prefer <string_view> to <experimental/string_view>
ok Brad (maintainer)
libc++7 made <experimental/string_view> a stub containing only
#error "<experimental/string_view> has been removed. Use <string_view> instead."
One can wonder why upstream kept the header at all.