Paul McGee
Paul McGee
Hi. What code caused the bug report?
Can anyone provide example file/s and brief instructions to recreate the problem please?
for ( auto i = it; it != m.end(); i++ ) //
```c++ #include #include using namespace std; int main() { map m { { 1, "Mahak"} , { 2, "Ravindra"} , { 3, "Sunita"} }; m.insert({ 4, "Chittoda" }); cout
This loads and compiles for me in 6.2 and 6.3. [Edit ... when using File -> Open] It did error in 6.2 selecting it from "Recent files" 