This commit is contained in:
Sebastian Messmer 2018-10-27 22:46:41 -07:00
parent e395248f70
commit ff142883b6
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,10 @@
#include <unordered_set>
#include <set>
// TODO Test with MovableOnly underlying type
// TODO Test that move constructing/assigning actually moves the underlying
// TODO Test that noexcept flags are set correctly
using cpputils::value_type::IdValueType;
using cpputils::value_type::OrderedIdValueType;
using cpputils::value_type::QuantityValueType;