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