forked from boostorg/core
Borland C++ Builder 6 fixes
[SVN r13659]
This commit is contained in:
committed by
Peter Dimov
parent
84fbe634b1
commit
d7f719ed96
@@ -52,7 +52,7 @@ private:
|
||||
T* t_;
|
||||
};
|
||||
|
||||
# if defined(__BORLANDC__) && (__BORLANDC__ <= 0x551)
|
||||
# if defined(__BORLANDC__) && (__BORLANDC__ <= 0x560)
|
||||
# define BOOST_REF_CONST
|
||||
# else
|
||||
# define BOOST_REF_CONST const
|
||||
|
||||
Reference in New Issue
Block a user