error: template argument for template type parameter must be a type template< class Allocator = std::allocator< none > >
Phil Phil via Boost-users <[email protected]> Fri, 5 Jul 2024 12:04:44 +0000
| Newsgroups | gmane.comp.lib.boost.user |
|---|---|
| Message-ID | <PH7PR22MB4048437608C3406928ED0443AADF2@PH7PR22MB4048.namprd22.prod.outlook.com> |
Greetings, I try to port a c++ project to a new environment with clang++-17, libcxx 17 and std=c++17 for x64 Linux. Also, I switched form boost 1.65 to 1.84. Now I start getting errors in boost itself: /workspace/usr/include/boost/statechart/fifo_worker.hpp:55:45: error: template argument for template type parameter must be a type 55 | template< class Allocator = std::allocator< none > > As far as I know this has to do with deprecation of some variable type in allocator. Any ideas how I might fix this on short notice? Regards _______________________________________________ Boost-users mailing list [email protected] https://lists.boost.org/mailman/listinfo.cgi/boost-users