Open tigertv opened 4 years ago
"m"
isnt a valid argument. What output do you expect?
Can either:
I'm leaning mostly towards (1)
Exception, not a loop.
Throwing makes the most sense, or in the case that -fno-exceptions
is on, then std::abort()
and document that invalid input is simply not tolerated.
The following code gives a loop.