[Bug c++/71841] New: variadic template can't cast to base class

2016-07-11 Thread johan.leroy at openehs dot co.uk
nt: c++ Assignee: unassigned at gcc dot gnu.org Reporter: johan.leroy at openehs dot co.uk Target Milestone: --- Also with version 6.0 Following example compiles and run on Visual Studio and CLang template class Item : public IItem { private: static constexpr s

[Bug c++/71841] variadic template can't cast to base class

2016-07-12 Thread johan.leroy at openehs dot co.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71841 --- Comment #3 from johan.leroy at openehs dot co.uk --- clang version I've used: $ clang --version clang version 3.8.0 (branches/release_38) Target: x86_64-pc-windows-msvc Thread model: posix InstalledDir: C:\LLVM\bin file compiles with