10 Apr
2017
10 Apr
'17
3:38 p.m.
On Mon, Apr 10, 2017 at 7:54 AM, Niall Douglas via Boost
So your headers should still do feature checking and #error out.
Beast is supposed to only require C++11. But I expect full support for C++11. So Visual Studio 2015 with anything less than Update 3 is not going to build correctly. I would love to check for specific updates, but I cannot find any Microsoft documentation on _MSC_VER or _MSC_FULL_VER that distinguishes between updates.