Enable C++20 for more builds #50645
Annotations
2 warnings
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/session/inference_session.cc#L116
[cpplint] reported by reviewdog 🐶
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
Raw Output:
onnxruntime/core/session/inference_session.cc:116: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
|
|
Run reviewdog/action-cpplint@master:
include/onnxruntime/core/common/logging/logging.h#L66
[cpplint] reported by reviewdog 🐶
Single-parameter constructors should be marked explicit. [runtime/explicit] [4]
Raw Output:
include/onnxruntime/core/common/logging/logging.h:66: Single-parameter constructors should be marked explicit. [runtime/explicit] [4]
|
Loading