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

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.