On 6/1/26 19:10, Victor Eijkhout wrote:
In file included from /scratch/00434/eijkhout/army/Binaries/trilinos-16.2.1/
include/Teuchos_ScalarTraits.hpp:81:
/scratch/00434/eijkhout/army/Binaries/trilinos-16.2.1/include/
Teuchos_ScalarTraitsDecl.hpp:120:101: error: conversion function from 'int' to
'std::string' (aka 'basic_string<char>') invokes a deleted function
120 | static inline std::string name()
{ (void)UndefinedScalarTraits<T>::notDefined(); return 0; }
|
^
/opt/apps/gcc/15.1.0/lib/gcc/x86_64-pc-linux-gnu/15.1.0/../../../../include/c+
+/15.1.0/bits/basic_string.h:835:7: note: 'basic_string' has been explicitly
marked deleted here
835 | basic_string(nullptr_t) = delete;
That's a bug in Trilinos when you use too-new a compiler. We cannot do
anything about it in deal.II. But someone from the deal.II project actually
just fixed that last week:
https://github.com/trilinos/Trilinos/pull/15304
Best
W.
--
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 visit
https://groups.google.com/d/msgid/dealii/0c0fad6f-d99d-42f3-a5ca-092c5d04d60b%40colostate.edu.