Program Listing for File serialization_version.hpp

Return to documentation for file (fwdpp/ts/serialization_version.hpp)

#ifndef FWDPP_TS_SERIALIZATION_VERSION_HPP
#define FWDPP_TS_SERIALIZATION_VERSION_HPP

#include <cstdint>
namespace fwdpp
{
    namespace ts
    {
        namespace io
        {
            constexpr const std::uint32_t TS_TABLES_VERSION = 3;
        }
    } // namespace ts
} // namespace fwdpp

#endif