You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the change of name is already a breaking change, I would suggest removing the template parameter completely. It was initially needed to preserve backward compatibility, but I think that is gone anyway
I committed here a test that does not compile with this error:
With
BufferManager<int>
orBufferManager<>
it compiles without problem.Note that if it is not nested in a struct or class
BufferManager bm;
is a legit declaration:robometry/test/BufferManagerTest.cpp
Line 360 in 14310e9
This issue affects also releases
v0.5.0
andv0.5.1
cc @traversaro @GiulioRomualdi @S-Dafarra
The text was updated successfully, but these errors were encountered: