aboutsummaryrefslogtreecommitdiff
path: root/joinstate.h
AgeCommit message (Collapse)Author
2017-10-15Fixed building with clang+libcpp (used on OS X)Kitsune Ral
libcpp has pessimistic definition of array that only engages constexpr in C++14 mode and newer; so one cannot use std::array<> in constexpr code.
2017-10-14Make JoinState (de)serializable library-wideKitsune Ral
2016-11-06Use #pragma once everywhereMalte Brandy
2016-04-05Imported the current source tree from Quaternion/lib.Kitsune Ral