mirror of
https://github.com/boostorg/core.git
synced 2025-05-09 23:03:54 +00:00
Borland C++ Builder 6 fixes
[SVN r13659]
This commit is contained in:
parent
5185b371af
commit
dbfe562a3f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user