From 13c0999c3cfe5b4bc9644acd4df855093f0cafe7 Mon Sep 17 00:00:00 2001 From: Jared Boone Date: Fri, 22 Jan 2016 13:41:01 -0800 Subject: [PATCH] Move Optional outside tpms namespace. --- firmware/application/tpms_app.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/firmware/application/tpms_app.hpp b/firmware/application/tpms_app.hpp index e22cda8d..41d4b797 100644 --- a/firmware/application/tpms_app.hpp +++ b/firmware/application/tpms_app.hpp @@ -29,7 +29,6 @@ #include "manchester.hpp" #include "log_file.hpp" -namespace tpms { template class Optional { @@ -46,6 +45,8 @@ private: bool valid_; }; +namespace tpms { + class TransponderID { public: constexpr TransponderID(