Fixed some compatibility issues with GCC 3.0.1 and the Intel C++ Compiler
for Linux v5.
This commit is contained in:
parent
e4523b3080
commit
94a13c6d53
4 changed files with 28 additions and 19 deletions
|
|
@ -33,6 +33,6 @@
|
|||
|
||||
// need to allocate the static variables of class eoVariableParetoTraits
|
||||
unsigned eoVariableParetoTraits::nObj;
|
||||
vector<bool> eoVariableParetoTraits::bObj;
|
||||
std::vector<bool> eoVariableParetoTraits::bObj;
|
||||
|
||||
|
||||
|
|
|
|||
Reference in a new issue