znone
2017-03-06 e51bed25201e89b2fed36e45e1642812d88f6398
include/qtl_common.hpp
@@ -463,12 +463,6 @@
   binder(command, std::forward<T>(value));
}
template<typename Command, typename T>
inline void bind_record(Command& command, T& value)
{
   bind_record(command, std::forward<T>(value));
}
template<typename Command, typename Record>
class query_iterator final : public std::iterator<std::forward_iterator_tag, Record>
{