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
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
static_assert failed "Error in C++ Standard Library usage."
_EMIT_STL_ERROR(STL1000, "Unexpected compiler version, expected Clang 16.0.0 or newer.");
^
C:\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\VC\Tools\MSVC\14.38.33130\include\yvals_core.h:514:5: note: expandedfrommacro'_EMIT_STL_ERROR'static_assert(false, "Error in C++ Standard Library usage.")
^
bb0610e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cpp-Linter Report⚠️
Some files did not pass the configured checks!
clang-format reports: 2 file(s) not formatted
clang-tidy reports: 7 concern(s)
src/demo.cpp
C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.38.33130/include/yvals_core.h:887:1: error: [clang-diagnostic-error]
src/demo.cpp:7:8: warning: [modernize-use-trailing-return-type]
src/demo.cpp:9:5: warning: [modernize-use-trailing-return-type]
src/demo.cpp:11:13: warning: [readability-braces-around-statements]
for (;;) ^ {
src/demo.cpp:14:5: warning: [cppcoreguidelines-pro-type-vararg]
src/demo.hpp
src/demo.hpp:10:11: warning: [modernize-use-trailing-return-type]
src/demo.hpp:12:16: warning: [modernize-use-nullptr]
Have any feedback or feature suggestions? Share it here.