ricosjp / monolish

monolish: MONOlithic LInear equation Solvers for Highly-parallel architecture
Apache License 2.0
195 stars 12 forks source link

Change requirements from C++17 to C++11 #112

Closed t-hishinuma closed 2 years ago

t-hishinuma commented 2 years ago

C++17 is required by including header files. Change header files to work with C++11.

t-hishinuma commented 2 years ago

The same applies to nested namespaces. The example and test also need to be modified.

The monolish library is developed with C ++ 17, but only C ++ 11 is required for users installed with apt.

t-hishinuma commented 2 years ago

In the comment of the header, write "Header is written in C ++ 11"

t-hishinuma commented 2 years ago

done