I was wondering the same thing, whether or not this was going to be fixed or if there was a fix without having to change the code in that boost file.
AMDGYes it is.
Manfred Schwind wrote:
The second warning is caused by the following line in conversion.hpp:
std::tm datetm = {}; // zero initialization is needed for extension members, like tm_zone
In this line I get the "missing initializer" warning for every member of the struct, e.g. tm::tm_sec, tm::tm_min, tm::tm_hour etc.
What's the intension by initializing with empty braces? IMO this is not a standard initialization method.
In Christ,
Steven Watanabe
_______________________________________________
Boost-users mailing list
Boost-users@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users