boostorg / winapi

Windows API declarations without <windows.h>, for internal Boost use.
63 stars 55 forks source link

warning on anonymous struct #68

Closed vinniefalco closed 6 years ago

vinniefalco commented 6 years ago

https://github.com/boostorg/winapi/blob/develop/include/boost/winapi/basic_types.hpp#L262

See: http://www.boost.org/development/tests/develop/output/igaztanaga-develop-gcc-4-9c++14-beast-gcc-4-9c+-warnings.html#base64

Lastique commented 6 years ago

Should be fixed after a9bc4e7, thanks.