13 Jul
2017
13 Jul
'17
3:39 a.m.
On Sun, Jul 9, 2017 at 9:38 AM, Daniela Engert via Boost
* Beast's zlib emits a few harmless but stupid warnings C4127 "conditional expression is constant" (Microsoft, get rid of them!) and quite some narrowing warnings C4244. These need some cleansing before we can use Beast in our team because of our /W4 /WX policy.
The last of the warnings has been fixed, this one was incredibly annoying! Nik helped, he came up with calling is_initialized() (the guidance on the boost page was insufficient): https://github.com/vinniefalco/Beast/pull/639 Thanks!