mirror of
https://github.com/boostorg/function_types.git
synced 2025-07-30 21:07:21 +02:00
Fix workaround ifdef.
[SVN r86280]
This commit is contained in:
@ -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; };
|
||||
|
Reference in New Issue
Block a user