dimpase / lcalc

Other
1 stars 0 forks source link

Clang-check and std=c++11 fixes #1

Open rwst opened 7 years ago

rwst commented 7 years ago

This makes it compile with both clang-check and g++5 with -std=c++11

kiwifb commented 7 years ago

A lot of that stuff is familiar as it looks like some of the patches included in sage and sage-on-gentoo (some of which I wrote). But of course we are starting with a version of lcalc we never upgraded too. So things are a bit different.

A few comments to follow.