One -Wunused-template warning left, anyone know how to fix it?

Hi all,

My bots have just one -Wunused-template warning left:

ITK/Modules/Core/Common/test/itkAggregateTypesTest.cxx:116:15: warning: unused function template ‘operator<<’ [-Wunused-template]
std::ostream &operator<<(std::ostream &os,
^

But my C+±fu to too weak… anyone know how to fix this?

Thanks,

Sean

2 Likes

Woohoo!

ITK/Modules/Core/Common/test/itkAggregateTypesTest.cxx:116:15: warning: unused function template ‘operator<<’ [-Wunused-template]
std::ostream &operator<<(std::ostream &os,
^

@hjmjohnson addressed this yesterday:

http://review.source.kitware.com/#/c/23353/

1 Like