You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
no header providing "std::unique_ptr" is directly included
Additional context
This is more important for the headers than for the cpp files. A part of self-contained headers is required for pre-compiled headers and can decrease build times for large projects that depend on GDAL.
I would expect it to take a while to gradually work up to the point where all of them are fixed.
The text was updated successfully, but these errors were encountered:
Feature description
https://clang.llvm.org/extra/clang-tidy/checks/misc/include-cleaner.html
e.g. with frmts/vrt/pixelfunctions.cpp
gives:
Additional context
This is more important for the headers than for the cpp files. A part of self-contained headers is required for pre-compiled headers and can decrease build times for large projects that depend on GDAL.
I would expect it to take a while to gradually work up to the point where all of them are fixed.
The text was updated successfully, but these errors were encountered: