mirror of
https://github.com/boostorg/static_string.git
synced 2026-02-02 21:22:10 +00: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.