diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-11-23 12:45:46 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-11-23 12:45:46 +0000 |
commit | a8713d15f4d56c9054b5d6a952f5c3613f04959a (patch) | |
tree | 9f8db44177ed46a64b46576a24dfdf8ada114376 /devel/boost-libs/files/patch-a6b17d900155d2a04f54ad18fd89197001f231ab | |
parent | Add ttyd: (diff) |
devel/boost-*: update to 1.62.0
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC
Changes: http://www.boost.org/users/history/
PR: 199601
Submitted by: Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by: rakuco (kde) (earlier version)
Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions)
Approved by: bapt (office)
Notes
Notes:
svn path=/head/; revision=426908
Diffstat (limited to 'devel/boost-libs/files/patch-a6b17d900155d2a04f54ad18fd89197001f231ab')
-rw-r--r-- | devel/boost-libs/files/patch-a6b17d900155d2a04f54ad18fd89197001f231ab | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/devel/boost-libs/files/patch-a6b17d900155d2a04f54ad18fd89197001f231ab b/devel/boost-libs/files/patch-a6b17d900155d2a04f54ad18fd89197001f231ab deleted file mode 100644 index d50e9add3679..000000000000 --- a/devel/boost-libs/files/patch-a6b17d900155d2a04f54ad18fd89197001f231ab +++ /dev/null @@ -1,12 +0,0 @@ ---- boost/bind/arg.hpp.orig 2007-11-25 18:07:19 UTC -+++ boost/bind/arg.hpp -@@ -33,8 +33,7 @@ template< int I > struct arg - - template< class T > arg( T const & /* t */ ) - { -- // static assert I == is_placeholder<T>::value -- typedef char T_must_be_placeholder[ I == is_placeholder<T>::value? 1: -1 ]; -+ BOOST_STATIC_ASSERT( I == is_placeholder<T>::value ); - } - }; - |