COMP: fixed some -Wunused-template warnings by adding private namespaces#117
Conversation
Change-Id: I1bfdf7319c320d9e1d0478a3f9eb0977f4ec045c
|
http://review.source.kitware.com/#/c/23318/ Sean McBride Sean McBride Kitware Build Robot Niels Dekker Hans J. Johnson |
There was a problem hiding this comment.
I still think this is PR fine. In general it appears troublesome to use an unnamed namespace (anonymous namespace) in a header file. In general, unnamed namespaces only work well within CXX files. So instead, I think it makes sense to place implementation details in an "ITK-implementation-details-only" namespace.
|
Accidentally deleted the branch in my account. |
No description provided.