Closed TheDan64 closed 3 months ago
Marks the const_float_from_string method as unsafe and adds an assertion that the string isn't empty
Locally w/ LLVM 17
The method is now unsafe, an assertion triggers on empty string rather than UB.
Description
Marks the const_float_from_string method as unsafe and adds an assertion that the string isn't empty
Related Issue
513
How This Has Been Tested
Locally w/ LLVM 17
Option\<Breaking Changes>
The method is now unsafe, an assertion triggers on empty string rather than UB.
Checklist