add auto config of numeric conversions
auto config of numeric conversions for GCC/MinGW add contributors info
This commit is contained in:
@@ -23,7 +23,8 @@
|
||||
#include PLATFORM_SPEC_HPP
|
||||
#endif
|
||||
|
||||
#if defined(NANA_MINGW)
|
||||
//Implement workarounds for GCC/MinGW which version is below 4.8.2
|
||||
#if defined(STD_NUMERIC_CONVERSIONS_NOT_SUPPORTED)
|
||||
#include <sstream>
|
||||
namespace std
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user