SlickEdit Community

SlickEdit Product Discussion => SlickEdit® => Topic started by: Dennis on March 15, 2024, 01:08:09 PM

Title: C++ local variable missed
Post by: Dennis on March 15, 2024, 01:08:09 PM
The problem is triggered when a constructor argument contains braces.
Code: [Select]
void foobar()
{
  const Transform worldHVacuum(Translation(1234.0, 5678.0, 0.0), EulerAngles{0.0, 0.0, 1.1});
}
Title: Re: C++ local variable missed
Post by: Clark on March 16, 2024, 12:31:26 AM
Thanks. We will look into this.
Title: Re: C++ local variable missed
Post by: Clark on March 16, 2024, 11:07:11 PM
Fixed for 28.0.2