17 "The header file sst/core/serialization/impl/ser_buffer_accessor.h should not be directly included as it is not part of the stable public API. The file is included in sst/core/serialization/serializer.h"
18#endif
19
20#include "sst/core/warnmacros.h"
21
22#include <cstring>
23#include <exception>
24
25namespace SST::Core::Serialization::pvt {
26
27// class ser_buffer_overrun : public spkt_error {
28class ser_buffer_overrun : public std::exception