*** empty log message ***

[SVN r28658]
This commit is contained in:
Thorsten Jørgen Ottosen
2005-05-05 12:59:41 +00:00
parent 918b652291
commit 5843a9fd3f
6 changed files with 17 additions and 17 deletions

View File

@ -39,10 +39,10 @@
#endif
#ifdef BOOST_RANGE_NO_ARRAY_SUPPORT
#define BOOST_RANGE_ARRAY_REF() (array)
#define BOOST_RANGE_ARRAY_REF() (boost_range_array)
#define BOOST_RANGE_NO_STATIC_ASSERT
#else
#define BOOST_RANGE_ARRAY_REF() (&array)
#define BOOST_RANGE_ARRAY_REF() (&boost_range_array)
#endif