Re: [Rdkit-discuss] It's not possible to build the RDKit with Visual Studio 2015 Update 3

2017-01-04 Thread Brian Kelley
Apparently there is a work around: I ran into this bug as well. I ended up forward declaring the template function for the classes it affected (there weren't many in our code). e.g. for a class named BisectLine: namespace boost { template<> const volatile BisectLine* get_pointer(const volatile

Re: [Rdkit-discuss] It's not possible to build the RDKit with Visual Studio 2015 Update 3

2017-01-04 Thread Greg Landrum
Yeah, there are a couple of workarounds, but given that they have to be done for every class (= a lot of work), I think we're better off just waiting until they fix the compiler bug. FWIW: VS15 Update 2 works fine. -greg On Wed, Jan 4, 2017 at 11:30 AM, Brian Kelley wrote: > Apparently there