I\'m trying to implement the following class:
template class reverse_adaptor { public: // Construction reverse_adaptor(Container &
The name m_container has not been introduced at the point the functions are declared. Switch the order of declarations, and the code will work.
m_container
See working version here.