consistent error msg

master
Daniel Kolesa 2017-02-01 22:42:18 +01:00
parent 9e87d372de
commit efa103c362
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ inline std::unordered_map<
) {
static_assert(
detail::is_2tuple_like<RangeValue<R>>,
"the range elements must be pairs/2-tuples"
"the range element must be a pair/2-tuple"
);
return make_unordered_map<
std::tuple_element_t<0, RangeValue<R>>,