Removed too advanced C++11 features.
We need to keep gcc 4.6 compatibility; these features were not implemented in that version yet.
This commit is contained in:
@@ -996,7 +996,7 @@ public:
|
||||
}
|
||||
|
||||
protected:
|
||||
cIntGenPtr<16, 16> m_Gen;
|
||||
std::shared_ptr<cIntGen<16, 16>> m_Gen;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user