]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/statechart/test/TransitionTest.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / statechart / test / TransitionTest.cpp
index 4681f206254b6c840c28301938bb1e2dff31be3d..807094031ff7e63f14a32119bc7cf0fd8d77770b 100644 (file)
@@ -145,7 +145,7 @@ template< class M > struct S0;
 template< class Translator >
 struct TransitionTest : sc::state_machine<
   TransitionTest< Translator >, S0< TransitionTest< Translator > >,
-  std::allocator< void >, Translator >
+  std::allocator< sc::none >, Translator >
 {
   public:
     //////////////////////////////////////////////////////////////////////////