mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 18:20:26 +01:00
bf3c519183
* directoryiterator: Fix missing inline Add missing inline to inline function. This was found with clang-tidy check: misc-definitions-in-headers * Convert deprecated throw() to noexcept throw() has been deprecated in standar in C++17. It has been removed in C++20. Code still compiles but let's just define these at those should be. These where found with clang-tidy check: modernize-use-noexcept * Fix unnecessary copy initializations Clang-tidy did find these with check: performance-unnecessary-copy-initialization * Fix some strings not references Looks like these are just missing reference marks. --------- Co-authored-by: Kari Argillander <kari.argillander@fidelix.com> |
||
---|---|---|
.. | ||
cmake | ||
include/Poco | ||
samples | ||
src | ||
testsuite | ||
CMakeLists.txt | ||
dependencies | ||
Makefile | ||
XML_vs90.sln | ||
XML_vs90.vcproj | ||
XML_vs140.sln | ||
XML_vs140.vcxproj | ||
XML_vs140.vcxproj.filters | ||
XML_vs150.sln | ||
XML_vs150.vcxproj | ||
XML_vs150.vcxproj.filters | ||
XML_vs160.sln | ||
XML_vs160.vcxproj | ||
XML_vs160.vcxproj.filters | ||
XML_vs170.sln | ||
XML_vs170.vcxproj | ||
XML_vs170.vcxproj.filters | ||
XML.progen |