]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/statechart/example/PingPong/Player.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / statechart / example / PingPong / Player.hpp
index 54405983e11283bb1bc62bbb443c86c09810a7d3..9b333d7c4a13a4d7d50b5e47c8f43ce8aa0c7d67 100644 (file)
@@ -70,7 +70,7 @@ typedef boost::fast_pool_allocator< int > MyAllocator;
 typedef sc::fifo_scheduler< 
   sc::fifo_worker< MyAllocator >, MyAllocator > MyScheduler;
 #else
-typedef std::allocator< void > MyAllocator;
+typedef std::allocator< sc::none > MyAllocator;
 typedef sc::fifo_scheduler<> MyScheduler;
 #endif