Fix workaround ifdef.

[SVN r86280]
This commit is contained in:
Stephen Kelly
2013-10-13 08:15:49 +00:00
parent 46f56ef9ae
commit 2cc2141906

View File

@ -22,7 +22,7 @@
namespace boost { namespace function_types { namespace detail {
#if BOOST_WORKAROUND(__BORLANDC__, <= 0x582))
#if !BOOST_WORKAROUND(__BORLANDC__, <= 0x582)
template<typename T> struct cv_traits
{ typedef non_cv tag; typedef T type; };