<div dir="ltr"><div class="gmail_default" style="font-size:small">Hi,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">I'm trying to compile it on windows (7) in visual studio, but I keep getting errors about attempting to reference a deleted function (C2280).</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">After quite some digging I found out that the usage of std::vector<std::unique_ptr<SomeType>> was the cause of that. (Commenting out that declaration and all its references got me a successful compile).</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Tried it in vs2017 and vs2019, same results...</div><div class="gmail_default" style="font-size:small">Both attempts done via the cmake support that has been built in in visual studio (just open the folder containing the cmakelists.txt).</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Strange thing is that in your ci builds just fine with vs2019, 2017 and even 2015.</div><div class="gmail_default" style="font-size:small">Checking the logs, the only difference I see is that in the ci, and enterprise version is used, while I have the community edition. Find it hard to believe that those 2 have different compilers...</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Also tried running cmake (latest version), but that kept on complaining that it couldn't find it's root and couldn't find CMakeDependentOption.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Has anyone experience with building in visual studio, or any pointers on how to get this to work?</div><div class="gmail_default" style="font-size:small">Will be greatly appreciated.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Paul<br></div></div>