-
-
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.
?
cxx/*.*x
: undo C++14 code, support -std=c++11
?`cxx/ClassSys.hxx`: support `-std=c++11`. ?`classSysUSeconds`: `error: 'auto' return without trailing return type; deduced return types are a C++14 extension` fix. ?`classSysColoredParamStr`: `error: 'auto' return without trailing return type; deduced return types are a C++14 extension` fix. ?`classSysColoredParamStr`: `error: no member named 'remove_const_t' in namespace 'std'; did you mean 'remove_copy_if'?` fix. ?`templateCatchAll`: `error: 'auto' return without trailing return type; deduced return types are a C++14 extension` fix. ?`cxx/ClassResultList.hxx`: support `-std=c++11`. ?`listMaxSize`: `:%s/const auto &/const typename List::const_iterator::value_type &/`: `error: 'auto' not allowed in lambda parameter before C++14` fix. ?`listFindValue`: `error: 'auto' return without trailing return type; deduced return types are a C++14 extension` fix. -`listDefaultIterator`: `warning: variable templates are a C++14 extension [-Wc++14-extensions]` fix. ?`listFindValue`, ?`listHasValue`: `:%s/listDefaultIterator/List::value_type::const_iterator()/`. +`#include <string>`: `warning: no header providing ?`cxx/VirusAnalysis.*xx`: support `-std=c++11`. ?`virusAnalyses`: `:%s/typeof(virusAnalysisFun)/virusAnalysisFun/`: `error: unexpected type name 'VirusAnalysisFun': expected expression` fix, `error: template argument for template type parameter must be a type` fix. ?`cxx/AssistantCns.cxx`: support `-std=c++11`. ?`questionsResponsesFromXhtml`: `:%s/typeof question/decltype(question)/`: `error: unknown type name 'typeof'; did you mean 'typedef'?` fix. `clang-tidy`: ?`cxx/ClassResultList.hxx`: +`#include <string>`: `warning: no header providing "std::string" is directly included [misc-include-cleaner]` fix. ?`cxx/ClassResultList.cxx`: [misc-use-anonymous-namespace]. -`#include "ClassSys.hxx": `warning: included header ClassSys.hxx is not used directly [misc-include-cleaner]`: fix. `warning: function 'classResultListDumpToTest' declared 'static', move to anonymous namespace instead [misc-use-anonymous-namespace]`: suppressed (function is called.) +`#include <string>`: `warning: no header providing "std::string" is directly included [misc-include-cleaner]` fix. ?`classResultListTests`: `warning: 0x32 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers]` fix. ?`posts/VirusAnalysis.md`: Include all this. ?`README.md`: ?`# How to`: Minimum requirement is now C++11 to use. As this allows `./build.sh` to include `-std=c++11`, this has to do with issue #18 (support more tools.) The last commit about issue #18 was 2a6e624 (?`build.sh`: incremental builds (reuse objects)), which doesn't touch `cxx/*` nor `posts/*`.
- Loading branch information
1 parent
2a6e624
commit d7370e8
Showing
8 changed files
with
41 additions
and
39 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
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
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
Oops, something went wrong.