MSVC being stupid (again)?

Bjoern Michaelsen bjoern.michaelsen at libreoffice.org
Wed Mar 7 21:21:24 UTC 2018


Hi,

On Wed, Mar 07, 2018 at 10:48:13AM +0200, Noel Grandin wrote:
> more than likely the same thing bug I encounter with std::unique_ptr where
> it is trying to instantiate something it should not be instantiating
> 
>   git grep 'MSVC2015 workaround'
> 
> you have to delete the copy constructor and assignment operator to make it happy.

Thanks for the hint, I was really giddy to try this as I had deleted the copy
ctor but not yet operator= everywhere. Unfortunately no dice so far, MSVC keeps
resisting.

Ill try to pinpoint down MSVC stupidity some more then. :/

Best,

Bjoern


More information about the LibreOffice mailing list