ricosjp / monolish

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

resolve curse of type name in src/ #87

Closed t-hishinuma closed 2 years ago

t-hishinuma commented 2 years ago

In src/, int and size_t are written. When change the class or function declarations in include/, I don't want to rewrite src/. Use auto or decltype() to remove them.

t-hishinuma commented 2 years ago

Done