Dear all 

I downloaded dmg file from deal.II website, the installation was ok, but 
when I tried to compile I got the following error. Any suggestion on how to 
overcome it ?
I am on an Intel Mac running Sonoma and Xcode 14.5., clang 15
many thanks 

Thodoros 

/Applications/deal.II.app/Contents/Resources/Libraries/include/boost/container_hash/hash.hpp:132:33:
 
error: no template named 'unary_function' in namespace 'std'; did you mean 
'__unary_function'?
        struct hash_base : std::unary_function<T, std::size_t> {};
                           ~~~~~^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__functional/unary_function.h:46:1:
 
note: '__unary_function' declared here
using __unary_function = __unary_function_keep_layout_base<_Arg, _Result>;

-- 
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/442b5bc0-6ade-4d60-92ec-4a4c869180b3n%40googlegroups.com.

Reply via email to