Bug #7719
Updated by Roel Standaert about 1 year ago
The following code always throws: `Wt::cpp17::any value = 4ul; auto s = Wt::asString(value);` because you try to cast value to the type long instead of unsigned long what leads to an exception.
Updated by Roel Standaert about 1 year ago
The following code always throws: `Wt::cpp17::any value = 4ul; auto s = Wt::asString(value);` because you try to cast value to the type long instead of unsigned long what leads to an exception.