Fixed some compatibility issues with GCC 3.0.1 and the Intel C++ Compiler

for Linux v5.
This commit is contained in:
jeggermo 2002-02-04 13:16:50 +00:00
commit 94a13c6d53
4 changed files with 28 additions and 19 deletions

View file

@ -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;