Fixed incorrect BORLANDC macro

[SVN r37314]
This commit is contained in:
Fernando Cacciola
2007-03-28 21:26:19 +00:00
parent 789cb2b24f
commit 3bf8d0f1b4

View File

@ -16,7 +16,7 @@
namespace boost { namespace boost {
#if BOOST_WORKAROUND(_BORLANDC_, <= 0x564) #if BOOST_WORKAROUND(__BORLANDC__, <= 0x564)
namespace detail { struct none_helper{}; } namespace detail { struct none_helper{}; }