Hello,
I am using C2000 compilier version v6.4.9.
I am trying to create a generic circular buffer using c++ templates
3755.TestCircularbufferTemplate.zip
The attached project generates the following compiler error:
void CircularBuffer::vPut<T1>(const T1 &) [with T1=unsigned char [32]] ./main.obj
How can I fix the error?
Does the standard library already have a generic circular buffer class?
Thanks,
Stephen