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. --- include/ble/misc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/ble/misc.h') diff --git a/include/ble/misc.h b/include/ble/misc.h index 563d039..aa0ba2e 100644 --- a/include/ble/misc.h +++ b/include/ble/misc.h @@ -1,5 +1,6 @@ #pragma once +#include "ble/compiler-support.h" #include "ByteBuffer.h" #include @@ -10,8 +11,7 @@ namespace trygvis { namespace bluetooth { -template -using o = std::optional; +using ::trygvis::compiler::o; class BluetoothAdapter; class BluetoothDevice; -- cgit v1.2.3