id summary reporter owner description type status milestone component version severity resolution keywords cc 6747 Circular_Buffer / Bounded_Buffer inside Template class problem Koutsunis Prater viboes "I am trying to create an instance of: {{{ circular_buffer buffer (ARRAY_LENGTH); }}} inside of the following class: {{{ template class SmartArray { private: }}} but I keep getting: {{{ error C2061: syntax error : identifier ""ARRAY_LENGTH"" see reference to class template instantiation 'SmartArray