-
Bug
-
Resolution: Won't Fix
-
Medium
-
Code Generation Tools
-
CODEGEN-4134
-
ARM_18.1.0.LTS
-
Do not explicitly instantiate std::advance when called, and allow template argument deduction to decide.
-
The template defined in C++14 section 24.4.4 for std::advance requires two template arguments: An iterator type and a difference...
-
This was an implementation decision, and issues only arise in very pedantic code. All normal usage of std::advance should not be...
std::advance from <iterator> has one template argument, should have 2