2
0
mirror of https://github.com/boostorg/test.git synced 2026-01-30 08:22:12 +00:00
Files
test/include
Andrey Semashev 592fcd53e7 Fix missing vsnprintf errors on MinGW.
vsnprintf should be declared in stdio.h, not cstdio. This commit adds the
missing include and reorganises the workarounds for different platforms that
previously included the header.
2019-02-02 13:49:31 +01:00
..