mirror of
https://github.com/boostorg/charconv.git
synced 2026-01-19 04:02:15 +00:00
Disable -Wmissing-field-initializers under GCC 4.x
This commit is contained in:
@@ -9,6 +9,10 @@
|
||||
#include <stdexcept>
|
||||
#include <cerrno>
|
||||
|
||||
#if defined(__GNUC__) && __GNUC__ < 5
|
||||
# pragma GCC diagnostic ignored "-Wmissing-field-initializers"
|
||||
#endif
|
||||
|
||||
// stub implementations; to be replaced with real ones
|
||||
|
||||
boost::charconv::from_chars_result boost::charconv::from_chars( char const* first, char const* last, float& value ) noexcept
|
||||
|
||||
Reference in New Issue
Block a user