seznam / SuperiorMySqlpp

SuperiorMySQL++
GNU Lesser General Public License v3.0
31 stars 20 forks source link

Clang compile fixes #30

Closed mody closed 7 years ago

mody commented 7 years ago

Most of the fixes are removing const but there is one fix to note: adding constexpr pow() function, see to_integer.hpp.

mody commented 7 years ago

All tests pass now. There was a mistake in 1st commit but it's fixed, rebased and pushed.