updated boost on windows

This commit is contained in:
Bassem Girgis
2019-08-13 21:48:48 -05:00
parent 7d77d485fd
commit b40a3bee82
5162 changed files with 473027 additions and 116452 deletions

View File

@@ -31,7 +31,7 @@ class event_base;
template< class MostDerived,
class InitialState,
class Scheduler = fifo_scheduler<>,
class Allocator = std::allocator< void >,
class Allocator = std::allocator< none >,
class ExceptionTranslator = null_exception_translator >
class asynchronous_state_machine : public state_machine<
MostDerived, InitialState, Allocator, ExceptionTranslator >,