mirror of
https://github.com/boostorg/static_string.git
synced 2026-01-26 16:42:19 +01:00
In the case of the floating point conversions, this effectively avoids a copy of the buffer contents. In the case of the integer conversions, it doesn't eliminate the copy, but still removes the extra buffer. This fixes issue #65.