Menu

#33 Extra spaces added when using templates

open
nobody
None
5
2006-07-11
2006-07-11
BobV
No

Both after the template name as within the < > spaces
are added.

Before:

Guard<bd::RecursiveThreadMutex> guard(m_QueueMutex);

After:

Guard < bd::RecursiveThreadMutex > guard
(m_QueueMutex);

Discussion