Author Topic: autolist not working in C++11 loop when "auto" not used  (Read 1534 times)

rowbearto

  • Senior Community Member
  • Posts: 2335
  • Hero Points: 132
autolist not working in C++11 loop when "auto" not used
« on: December 25, 2018, 04:04:07 PM »
Look for cpp11autolist.tar.gz on support.

Search for "REPRODUCE" (around line 1398). Type the "dot" and see no autolist happening.

The autolist will occur if I use "auto" in the loop instead of putting the type there. But I think autolist should also work if one uses the type in the for loop, so I think it should be fixed.

Reproduced with a clean config and no project, 23.0.0.11 hotfix1, linux x64, Centos 7.2.

Dennis

  • Senior Community Member
  • Posts: 3954
  • Hero Points: 515
Re: autolist not working in C++11 loop when "auto" not used
« Reply #1 on: January 02, 2019, 05:15:01 PM »
I will get your sample and try to reproduce the problem later today.

Dennis

  • Senior Community Member
  • Posts: 3954
  • Hero Points: 515
Re: autolist not working in C++11 loop when "auto" not used
« Reply #2 on: January 09, 2019, 03:10:22 PM »
This will be fixed in the next hot fix for 23.0.0.  Good catch.  Thanks for reporting this one.