Kappa322 467dbcba60 Improve documentation for <integer>::from_str_radix
Two improvements to the documentation:
- Document `-` as a valid character for signed integer destinations
- Make the documentation even more clear that extra whitespace and non-digit characters is invalid. Many other
  languages, e.g. c++, are very permissive in string to integer routines and simply try to consume as much as they can,
  ignoring the rest. This is trying to make the transition for developers who are used to the conversion semantics in
  these languages a bit easier.
2024-08-31 14:23:08 +02:00
..
2023-04-10 21:57:45 +02:00
2024-07-29 08:26:52 +10:00
2023-04-16 11:38:52 +00:00
2024-08-28 10:45:30 -04:00
2024-08-28 23:06:54 -04:00
2022-10-07 18:08:49 +02:00