From af416f81b14a3bee682e300b165a6efdb9739d54 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Fri, 23 Nov 2018 16:41:24 +0100 Subject: o Trying to improve compatibility with some feature checks. o Misc nits. --- ble/BluetoothImpl.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'ble') diff --git a/ble/BluetoothImpl.h b/ble/BluetoothImpl.h index c41712c..92f71d3 100644 --- a/ble/BluetoothImpl.h +++ b/ble/BluetoothImpl.h @@ -289,9 +289,6 @@ protected: BluetoothAdapterPtr getAdapterImpl(string name); -template struct overloaded : Ts... { using Ts::operator()...; }; -template overloaded(Ts...) -> overloaded; - } // namespace bluetooth } // namespace trygvis -- cgit v1.2.3