Skip to content
  • Gerhard Raven's avatar
    Modernize EventPacker · f7f63ee4
    Gerhard Raven authored
    * standardize header guards
    * add [[nodiscard]]
    * remove unnecessary inline
    * have setter return reference to *this
    * avoid ostreingstream
    * replace boost::array with std::array
    * do not hide constructors which the compiler would otherwise not even
    * generate
    * use bit_cast instead of union type punning
    f7f63ee4