mirror of
https://github.com/boostorg/optional.git
synced 2025-11-02 08:41:53 +01: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