Added list unit tests

This commit is contained in:
Randolph Voorhies
2013-06-13 18:45:33 -07:00
parent 6821955323
commit d060da918c
6 changed files with 78 additions and 7 deletions

View File

@@ -40,7 +40,7 @@ namespace cereal
ar & i;
}
//! Loading for std::array all other types to binary
//! Loading for std::array all other types from binary
template <class T, size_t N>
typename std::enable_if<!std::is_arithmetic<T>::value, void>::type
load( BinaryInputArchive & ar, std::array<T, N> & array )