-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Code Generation Tools
-
CODEGEN-7337
-
-
-
default
-
No plans to address at this time.
The attached test case contains this line ...
auto retPair = std::make_pair(-1, false);
Build it with remarks enabled ...
% cl6x --issue_remarks --verbose_diagnostics --display_error_number try1.cpp
"try1.cpp", line 5: remark #342-D: value copied to temporary, reference to
temporary used
auto retPair = std::make_pair(-1, false);
^
"try1.cpp", line 5: remark #342-D: value copied to temporary, reference to
temporary used
auto retPair = std::make_pair(-1, false);
^
These remarks should not be issued.