We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5df5f45 commit ab23982Copy full SHA for ab23982
unified-runtime/source/common/logger/ur_logger.cpp
@@ -17,7 +17,7 @@
17
namespace logger {
18
19
void print_backtrace() {
20
- for (auto btLine : ur::getCurrentBacktrace()) {
+ for (const auto &btLine : ur::getCurrentBacktrace()) {
21
std::cerr << btLine << std::endl;
22
}
23
0 commit comments