-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
?`class Cns`: "warning: constructor does not initialize these fields: initialized, inputMode, outputMode, inputNeurons, outputNeurons, layersOfNeurons, neuronsPerLayer [cppcoreguidelines-pro-type-member-init,hicpp-member-init]" fix. subsequent "warning: use default member initializer for 'inputNeurons' [cppcoreguidelines-use-default-member-init,modernize-use-default-member-init]" fix ?`class Cns`: "warning: class 'Cns' defines a default destructor but does not define a copy constructor, a copy assignment operator, a move constructor or a move assignment operator [cppcoreguidelines-special-member-functions,hicpp-special-member-functions]" fix. `class Cns`: "warning: function-like macro 'templateWorkaround' used; consider a 'constexpr' template function [cppcoreguidelines-macro-usage]" suppress; C++ doesn't allow virtual templates ?`class Cns`: "warning: annotate this function with 'override' or (rarely) 'final' [cppcoreguidelines-explicit-virtual-functions,hicpp-use-override,modernize-use-override]" fix. `class Cns`:`templateWorkaround`: "warning: parameter 'input' is unused [misc-unused-parameters]" suppress (this macro is a placeholder, implementation is "todo"). `class Cns`:`templateWorkaround`: warning: parameter 'inputsToOutputs' is unused [misc-unused-parameters]" suppress, ditto. ?`class Cns`: `%s/return 9;/return 0;/` typo fix. ?`cxx/ClassCns.cxx`: "warning: included header vector is not used directly [misc-include-cleaner]" fix. ?`posts/VirusAnalysis.md` /* include all this */
- Loading branch information
1 parent
08ed827
commit 579a908
Showing
3 changed files
with
46 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters