AlexeyG / GRASS

GeneRic ASembly Scaffolder
GNU General Public License v3.0
5 stars 3 forks source link

problems compiling with C++11 #7

Open igel-kun opened 8 years ago

igel-kun commented 8 years ago

hi Alexey, I've tried compiling GRASS using the latest g++ and it seems that it doesn't like the static const double construction in some of scaffoldOptimizer's classes. It seems like, instead, they are to be declared static constexpr. I don't understand the difference between them in detail but at least it seems to compile with this change.