attractivechaos / kann

A lightweight C library for artificial neural networks
Other
678 stars 117 forks source link

Make kad_op_name elements const #32

Open stefanct opened 4 years ago

stefanct commented 4 years ago

String literals are immutable (and C++ forces a diagnostic in that case).