core icon indicating copy to clipboard operation
core copied to clipboard

Remove memory.hpp's dependency on algorithm.hpp

Open jrassi opened this issue 7 years ago • 2 comments

MSVC 2015 Update 3 chokes on compiling algorithm.hpp. memory.hpp doesn't use any functionality from algorithm.hpp, and removing this unnecessary dependency allows for a successful build of the former with this compiler.

jrassi avatar Jan 19 '17 00:01 jrassi

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Jan 19 '17 00:01 CLAassistant

Hi! I can't merge this because of the failing build unfortunately, but once it's been fixed I'll merge it in. :)

bruxisma avatar Jan 20 '17 10:01 bruxisma