Fuchs
Fuchs
/bigobj may be required depending on what version of the MSVC compiler you are using, but as of an update a few weeks ago it is no longer necessary it...
Sorry, missed this. As noted in the gist, copy and paste this in at the given lines of `xcontainer.hpp` https://gist.github.com/fuchstraumer/d2983b391c7ff8cf5f328ad3c6b28413
As mentioned in the gist: paste it in at lines 127-137 of `xcontainer.hpp` @tony2u ```cpp #if defined(_MSC_VER) && _MSC_VER >= 1910 // Workaround for compiler bug in Visual Studio 2017...