I am not sure if this was caused by the code itself or some mistake I made during building but I followed every step according to the README but always got to an entire mass of weird, illegogical errors. Apparently, the core problem was that the not keyword isn't defined in MSVC. Another issue was that it couldn't find std::back_inserter (I already addressed that in #41 ).
I am not sure if this was caused by the code itself or some mistake I made during building but I followed every step according to the README but always got to an entire mass of weird, illegogical errors. Apparently, the core problem was that the
not
keyword isn't defined in MSVC. Another issue was that it couldn't findstd::back_inserter
(I already addressed that in #41 ).Errors without the changes: dump.txt