From 0214d7e7d075ae2b8534847d4d5fd9c485626694 Mon Sep 17 00:00:00 2001 From: Rob Hughes Date: Wed, 21 Nov 2018 09:55:52 +0000 Subject: Fix compile errors on Windows Change-Id: I40acb42360bfcda09485efb2a54144d8e35bdafb --- include/armnn/BackendId.hpp | 45 ++++++++++++++++++++++++++------------------- 1 file changed, 26 insertions(+), 19 deletions(-) (limited to 'include') diff --git a/include/armnn/BackendId.hpp b/include/armnn/BackendId.hpp index 72248bca34..8de985ec2f 100644 --- a/include/armnn/BackendId.hpp +++ b/include/armnn/BackendId.hpp @@ -132,31 +132,14 @@ private: std::string m_Id; }; -inline std::ostream& operator<<(std::ostream& os, const BackendId& id) -{ - os << id.Get(); - return os; -} - -template