mirror of
https://github.com/boostorg/preprocessor.git
synced 2025-07-12 20:16:36 +02:00
Bug fix
[SVN r12694]
This commit is contained in:
@ -21,7 +21,6 @@ template<class base>
|
|||||||
struct subscript_layer : base
|
struct subscript_layer : base
|
||||||
{
|
{
|
||||||
#define DEF(CV)\
|
#define DEF(CV)\
|
||||||
template<class base>\
|
|
||||||
CV() typename base::value_type& operator[](typename base::index_type i) CV()\
|
CV() typename base::value_type& operator[](typename base::index_type i) CV()\
|
||||||
{ return base::begin()[i]; }
|
{ return base::begin()[i]; }
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user