Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.
Name:
Email:
Subject:
Message icon:

Verification:
Type the letters shown in the picture
Listen to the letters / Request another image

Type the letters shown in the picture:
What is the last letter in the word "SlickEdit":
How many LETTERS are in the following? "a1b2c3":
Which number is missing?  "12345689":

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: Clark
« on: March 16, 2024, 11:07:11 PM »

Fixed for 28.0.2
Posted by: Clark
« on: March 16, 2024, 12:31:26 AM »

Thanks. We will look into this.
Posted 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});
}