Closed badshah400 closed 3 years ago
I think this might be fixed in https://github.com/awsteiner/o2scl/commit/4f7ac90c3074d706a2440465928bf6c7bbdec36b#diff-d147ef788fc6673135f2ffad2f080666de3ead8c43536046a47b1ad8d64196b5 . C++17 introduced a new std::legendre function and so I just renamed the local function to avoid the name conflict.
Thanks a lot, that did it.
When building
o2scl 0.925
against GCC 11, which enforces-std=c++17
by default, the following error shows up duringmake check
. See here for full spec file. Full build log attached at the bottom.Full build log: _log.zip
Thanks.