mirror of
https://github.com/boostorg/regex.git
synced 2025-07-30 04:27:22 +02:00
Suppress msvc warnings.
Fixes: https://github.com/boostorg/regex/issues/80
This commit is contained in:
@ -112,7 +112,7 @@ private:
|
||||
boost::call_once(f,&init_data);
|
||||
return do_get_data();
|
||||
#else
|
||||
static data_type d;
|
||||
static data_type d = {};
|
||||
return d;
|
||||
#endif
|
||||
}
|
||||
|
Reference in New Issue
Block a user