From e51bed25201e89b2fed36e45e1642812d88f6398 Mon Sep 17 00:00:00 2001
From: znone <glyc@sina.com.cn>
Date: Tue, 07 Mar 2017 11:06:28 +0000
Subject: [PATCH] 增加对ODBC的支持。
---
include/qtl_common.hpp | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/include/qtl_common.hpp b/include/qtl_common.hpp
index 847a6cd..af9f409 100644
--- a/include/qtl_common.hpp
+++ b/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>
{
--
Gitblit v1.9.3