Comment on The missing C++ smart pointerparentComments−kccqzy3yNot the compiler but today you can already have a ClangTidy check: https://clang.llvm.org/extra/clang-tidy/checks/bugprone/use-...If your build system respects ClangTidy checks and turn them into errors, it's effectively the same as a compiler guarantee.
Comments
Not the compiler but today you can already have a ClangTidy check: https://clang.llvm.org/extra/clang-tidy/checks/bugprone/use-...
If your build system respects ClangTidy checks and turn them into errors, it's effectively the same as a compiler guarantee.