1
0

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:
Mattes D
2014-10-27 09:35:21 +01:00
parent 7d6db6f33d
commit 7d08d34693
2 changed files with 28 additions and 32 deletions

View File

@@ -996,7 +996,7 @@ public:
}
protected:
cIntGenPtr<16, 16> m_Gen;
std::shared_ptr<cIntGen<16, 16>> m_Gen;
};