project: switched back to using space in nested template definitions
Clang on Mac OS X produced an error when compiling nested template definitions without a space at the end "A<B<int>>"
This commit is contained in:
@@ -19,7 +19,7 @@ private:
|
||||
const std::weak_ptr<TextLocationFile> m_textLocationFile;
|
||||
const unsigned int m_lineNumber;
|
||||
|
||||
const std::vector<std::shared_ptr<TextLocation>> m_textLocations;
|
||||
const std::vector<std::shared_ptr<TextLocation> > m_textLocations;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user