Ohh but that explains everything. In the application that I am trying to compile we set the standard to CXX17 hence it must be forcing the compiler to do so. Everything is clear with this. Thank you so much :)! Again, amazing work on the whole candi endeavour.
On Tuesday, March 15, 2022 at 7:42:53 p.m. UTC-4 Wolfgang Bangerth wrote: > On 3/14/22 11:24, [email protected] wrote: > > > *Users/blaisb/work/candi/trilinos-release-12-18-1/include/Tpetra_Import_def.hpp:1171:24: > > > > **error: **no member named 'bind1st' in namespace 'std'; did you mean > > 'boost::container::bind1st'?* > > > > std::bind1st (std::equal_to<int> (), -1)); > > > > * ^~~~~* > > > > The patch to Trilinos is here: > > > https://github.com/trilinos/Trilinos/commit/285bbae1720f2cb4379e43ed338dbd2a23bf8ea6 > It was committed in November of last year as part of > https://github.com/trilinos/Trilinos/pull/9960 > > Best > W. > > -- > ------------------------------------------------------------------------ > Wolfgang Bangerth email: [email protected] > www: http://www.math.colostate.edu/~bangerth/ > > -- 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/53207523-2bb2-4ed2-8393-91652ddd0911n%40googlegroups.com.
