potsbo / any-ticker

Extension of "golly-ticker" in Conway's "Game of Life"
MIT License
4 stars 4 forks source link

Fixed compile-time bug on GNU CPP 7.0.5 #28

Open DurvalMenezes opened 4 years ago

DurvalMenezes commented 4 years ago

FIxes the following error when on make:

   life_object.cpp:74:2: error: ‘sort’ was not declared in this scope

With this fix, make finishes normally and the resulting lifeexecutable works perfectly.

PS: GNU CPP 7.0.5 is the default C++ compiler on Ubuntu 18.04.