boostorg / statechart

Boost.org statechart module
http://boost.org/libs/statechart
22 stars 43 forks source link

std::allocator deprecation in C++17 #7

Closed rcdailey closed 5 years ago

rcdailey commented 6 years ago

In Visual Studio 2017 15.8, I am getting a warning about std::allocator deprecation in boost::state_machine, which looks like:

template< class MostDerived,
          class InitialState,
          class Allocator = std::allocator< void >,
          class ExceptionTranslator = null_exception_translator >
class state_machine : noncopyable

I'm using Boost 1.58. When will this component remove usage of std::allocator for C++17?

jeking3 commented 5 years ago

Thanks for filing the issue here - this repository is maintained by the Community Maintenance Team. We appreciate pull requests to fix issues like this if you have the time. Unfortunately this is one of a few repositories that does not yet have CI integration to improve the build quality - might have caught this with that.