NeuralPi bug fixes.

This commit is contained in:
Robin Davies
2022-02-11 11:22:20 -05:00
parent 01b6f801e9
commit 5cf10b0154
29 changed files with 3314 additions and 193 deletions
+13
View File
@@ -0,0 +1,13 @@
Snapshot of https://github.com/microsoft/GSL taken on Feb 9, 2022, implementing
The C++ Core Guidelines
https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines
A grossly incovenient nameclash with libgsl = Gnu Scientific Library, along with
inconvenient Microsoft packaging make it easier just to copy the GSL verbatim.
There's an implicit assumption that the GSL is irrevocably on a C++ standards track.
If and when that happens, just delete this ENTIRE directory.