From 544a7a0def08882aca63d9a18b60d168dff8b6f7 Mon Sep 17 00:00:00 2001 From: Patrick Wong Date: Mon, 11 Jun 2018 17:05:19 -0700 Subject: DRILL-6488 - change instances of "template inline" to just "template" closes #1317 --- .../client/src/include/drill/drillClient.hpp | 70 +++++++++++----------- 1 file changed, 35 insertions(+), 35 deletions(-) (limited to 'contrib/native/client/src/include') diff --git a/contrib/native/client/src/include/drill/drillClient.hpp b/contrib/native/client/src/include/drill/drillClient.hpp index a09e6661b..7eabb5091 100644 --- a/contrib/native/client/src/include/drill/drillClient.hpp +++ b/contrib/native/client/src/include/drill/drillClient.hpp @@ -201,15 +201,15 @@ namespace meta { _DL_INTERVAL_MINUTE_TO_SECOND = 1 << 16L }; - template inline _DateTimeLiteralSupport operator&(_DateTimeLiteralSupport __a, _DateTimeLiteralSupport __b); - template inline _DateTimeLiteralSupport operator|(_DateTimeLiteralSupport __a, _DateTimeLiteralSupport __b); - template inline _DateTimeLiteralSupport operator^(_DateTimeLiteralSupport __a, _DateTimeLiteralSupport __b); + template _DateTimeLiteralSupport operator&(_DateTimeLiteralSupport __a, _DateTimeLiteralSupport __b); + template _DateTimeLiteralSupport operator|(_DateTimeLiteralSupport __a, _DateTimeLiteralSupport __b); + template _DateTimeLiteralSupport operator^(_DateTimeLiteralSupport __a, _DateTimeLiteralSupport __b); - template inline _DateTimeLiteralSupport& operator&=(_DateTimeLiteralSupport& __a, _DateTimeLiteralSupport __b); - template inline _DateTimeLiteralSupport& operator|=(_DateTimeLiteralSupport& __a, _DateTimeLiteralSupport __b); - template inline _DateTimeLiteralSupport& operator^=(_DateTimeLiteralSupport& __a, _DateTimeLiteralSupport __b); + template _DateTimeLiteralSupport& operator&=(_DateTimeLiteralSupport& __a, _DateTimeLiteralSupport __b); + template _DateTimeLiteralSupport& operator|=(_DateTimeLiteralSupport& __a, _DateTimeLiteralSupport __b); + template _DateTimeLiteralSupport& operator^=(_DateTimeLiteralSupport& __a, _DateTimeLiteralSupport __b); - template inline _DateTimeLiteralSupport operator~(_DateTimeLiteralSupport __a); + template _DateTimeLiteralSupport operator~(_DateTimeLiteralSupport __a); /** * Date time literal support flags @@ -259,15 +259,15 @@ namespace meta { _C_GROUPBY = 1 << 1L }; - template inline _CollateSupport operator&(_CollateSupport __a, _CollateSupport __b); - template inline _CollateSupport operator|(_CollateSupport __a, _CollateSupport __b); - template inline _CollateSupport operator^(_CollateSupport __a, _CollateSupport __b); + template _CollateSupport operator&(_CollateSupport __a, _CollateSupport __b); + template _CollateSupport operator|(_CollateSupport __a, _CollateSupport __b); + template _CollateSupport operator^(_CollateSupport __a, _CollateSupport __b); - template inline _CollateSupport& operator&=(_CollateSupport& __a, _CollateSupport __b); - template inline _CollateSupport& operator|=(_CollateSupport& __a, _CollateSupport __b); - template inline _CollateSupport& operator^=(_CollateSupport& __a, _CollateSupport __b); + template _CollateSupport& operator&=(_CollateSupport& __a, _CollateSupport __b); + template _CollateSupport& operator|=(_CollateSupport& __a, _CollateSupport __b); + template _CollateSupport& operator^=(_CollateSupport& __a, _CollateSupport __b); - template inline _CollateSupport operator~(_CollateSupport __a); + template _CollateSupport operator~(_CollateSupport __a); /** @@ -339,15 +339,15 @@ namespace meta { _OJ_ALL_COMPARISON_OPS = 1 << 7L //!< _OJ_ALL_COMPARISON_OPS }; - template inline _OuterJoinSupport operator&(_OuterJoinSupport __a, _OuterJoinSupport __b); - template inline _OuterJoinSupport operator|(_OuterJoinSupport __a, _OuterJoinSupport __b); - template inline _OuterJoinSupport operator^(_OuterJoinSupport __a, _OuterJoinSupport __b); + template _OuterJoinSupport operator&(_OuterJoinSupport __a, _OuterJoinSupport __b); + template _OuterJoinSupport operator|(_OuterJoinSupport __a, _OuterJoinSupport __b); + template _OuterJoinSupport operator^(_OuterJoinSupport __a, _OuterJoinSupport __b); - template inline _OuterJoinSupport& operator&=(_OuterJoinSupport& __a, _OuterJoinSupport __b); - template inline _OuterJoinSupport& operator|=(_OuterJoinSupport& __a, _OuterJoinSupport __b); - template inline _OuterJoinSupport& operator^=(_OuterJoinSupport& __a, _OuterJoinSupport __b); + template _OuterJoinSupport& operator&=(_OuterJoinSupport& __a, _OuterJoinSupport __b); + template _OuterJoinSupport& operator|=(_OuterJoinSupport& __a, _OuterJoinSupport __b); + template _OuterJoinSupport& operator^=(_OuterJoinSupport& __a, _OuterJoinSupport __b); - template inline _OuterJoinSupport operator~(_OuterJoinSupport __a); + template _OuterJoinSupport operator~(_OuterJoinSupport __a); /** * Outer join support flags @@ -404,15 +404,15 @@ namespace meta { _SQ_IN_QUANTIFIED = 1 << 5L }; - template inline _SubQuerySupport operator&(_SubQuerySupport __a, _SubQuerySupport __b); - template inline _SubQuerySupport operator|(_SubQuerySupport __a, _SubQuerySupport __b); - template inline _SubQuerySupport operator^(_SubQuerySupport __a, _SubQuerySupport __b); + template _SubQuerySupport operator&(_SubQuerySupport __a, _SubQuerySupport __b); + template _SubQuerySupport operator|(_SubQuerySupport __a, _SubQuerySupport __b); + template _SubQuerySupport operator^(_SubQuerySupport __a, _SubQuerySupport __b); - template inline _SubQuerySupport& operator&=(_SubQuerySupport& __a, _SubQuerySupport __b); - template inline _SubQuerySupport& operator|=(_SubQuerySupport& __a, _SubQuerySupport __b); - template inline _SubQuerySupport& operator^=(_SubQuerySupport& __a, _SubQuerySupport __b); + template _SubQuerySupport& operator&=(_SubQuerySupport& __a, _SubQuerySupport __b); + template _SubQuerySupport& operator|=(_SubQuerySupport& __a, _SubQuerySupport __b); + template _SubQuerySupport& operator^=(_SubQuerySupport& __a, _SubQuerySupport __b); - template inline _SubQuerySupport operator~(_SubQuerySupport __a); + template _SubQuerySupport operator~(_SubQuerySupport __a); /** * SubQuery support flags @@ -442,15 +442,15 @@ namespace meta { _U_UNION_ALL = 1 << 2L //!< _U_UNION_ALL }; - template inline _UnionSupport operator&(_UnionSupport __a, _UnionSupport __b); - template inline _UnionSupport operator|(_UnionSupport __a, _UnionSupport __b); - template inline _UnionSupport operator^(_UnionSupport __a, _UnionSupport __b); + template _UnionSupport operator&(_UnionSupport __a, _UnionSupport __b); + template _UnionSupport operator|(_UnionSupport __a, _UnionSupport __b); + template _UnionSupport operator^(_UnionSupport __a, _UnionSupport __b); - template inline _UnionSupport& operator&=(_UnionSupport& __a, _UnionSupport __b); - template inline _UnionSupport& operator|=(_UnionSupport& __a, _UnionSupport __b); - template inline _UnionSupport& operator^=(_UnionSupport& __a, _UnionSupport __b); + template _UnionSupport& operator&=(_UnionSupport& __a, _UnionSupport __b); + template _UnionSupport& operator|=(_UnionSupport& __a, _UnionSupport __b); + template _UnionSupport& operator^=(_UnionSupport& __a, _UnionSupport __b); - template inline _UnionSupport operator~(_UnionSupport __a); + template _UnionSupport operator~(_UnionSupport __a); /** * Union support flags -- cgit v1.2.3