mirror of
https://github.com/boostorg/optional.git
synced 2025-07-23 09:07:17 +02:00
Fixed incorrect BORLANDC macro
[SVN r37314]
This commit is contained in:
@ -16,7 +16,7 @@
|
||||
|
||||
namespace boost {
|
||||
|
||||
#if BOOST_WORKAROUND(_BORLANDC_, <= 0x564)
|
||||
#if BOOST_WORKAROUND(__BORLANDC__, <= 0x564)
|
||||
|
||||
namespace detail { struct none_helper{}; }
|
||||
|
||||
|
Reference in New Issue
Block a user