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:
@@ -13,7 +13,7 @@ public:
|
||||
~ViewManager();
|
||||
|
||||
private:
|
||||
std::vector<std::shared_ptr<View>> m_views;
|
||||
std::vector<std::shared_ptr<View> > m_views;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user