On Friday, September 27, 2019 at 11:24:12 PM UTC+2, Wolfgang Bangerth wrote:
> > Didn't we recently merge a patch where ICC reported that it understands > C++17, but doesn't in fact support this attribute? Does that ring a bell > for anyone? > Intel published a list of all C++17 features that their Intel19 compiler features here <https://software.intel.com/en-us/articles/c17-features-supported-by-intel-c-compiler> . We had an issue with Intel19 not understanding class template argument deduction (CTAD), which has been fixed via this patch <https://github.com/dealii/dealii/issues/7546>. Victor, have you tried disabling C++17 support? Maybe that'll do the trick... Best, Marc -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/aeca51de-923c-4248-a52b-fdb5666634d8%40googlegroups.com.
