File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ typedef struct _GUID GUID;
103
103
// value at the cost of binary size. The assumption is that binary size is considered less important in debug builds so this tradeoff
104
104
// is acceptable.
105
105
//
106
- // The different behavior of the default parameters to winrt::impl::slim_sourc_location ::current() is technically an ODR violation,
106
+ // The different behavior of the default parameters to winrt::impl::slim_source_location ::current() is technically an ODR violation,
107
107
// albeit a minor one. There should be no serious consequence to this violation. In practice it means that mixing cpp17/cpp20,
108
108
// or mixing WINRT_NO_SOURCE_LOCATION with undefining it, will lead to inconsistent source location information. It may be missing
109
109
// when it is expected to be included, or it may be present when it is not expected. The behavior will depend on the linker's choice
You can’t perform that action at this time.
0 commit comments