12 Jun
2017
12 Jun
'17
12:25 a.m.
On 6/11/2017 8:05 PM, Chris Glover via Boost-users wrote:
> Error Examples: > > Error boost/intrusive/slist.hpp(1926) : error C4003: not enough actual > parameters for macro 'check' >
This is an errant macro from outside Boost.
In fact this issue has been reported here.
https://answers.unrealengine.com/questions/391017/constant-library-conflicts...
Macros should always be capitalized and they should have distinct prefixes which no one else is likely to use. Among organization that have not followed this near foolproof scheme is Microsoft themselves.
-- chris