Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f9351132 authored by Pirama Arumuga Nainar's avatar Pirama Arumuga Nainar Committed by android-build-merger
Browse files

Adapt to switch to Clang for Windows host builds am: 8e52362e am: 6932468d

am: 4e2bc13e

Change-Id: I4814f0480b436f37711b5e02ee11017c3ebd86d4
parents 8d7e56ee 4e2bc13e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
#include <chrono>
#include <sstream>

#if __cplusplus > 201103L  // C++14
#if __cplusplus > 201103L && !defined(__WIN32)  // C++14
using namespace std::chrono_literals;
#endif