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 445f040 commit dabd0eeCopy full SHA for dabd0ee
include/dali/core/source_location.h
@@ -65,8 +65,8 @@ class source_location {
65
66
private:
67
DALI_HOST_DEV constexpr source_location(const char *source_file, const char *function_name,
68
- int line_)
69
- : source_file_(source_file), function_name_(function_name), line_(line_) {}
+ int line)
+ : source_file_(source_file), function_name_(function_name), line_(line) {}
70
const char *source_file_ = "";
71
const char *function_name_ = "";
72
int line_ = 0;
0 commit comments