#pragma once #ifndef BOOST_OVERRIDE #define BOOST_OVERRIDE override #endif #ifndef BOOST_ASSERT #define BOOST_ASSERT(expr) #endif #include "boost-vectorstream.hpp" template using ovectorstream = boost::interprocess::basic_ovectorstream>; template using ivectorstream = boost::interprocess::basic_ivectorstream>;