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

Commit 6932468d 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

Change-Id: Ie06c3b6959a1a7f3729eb1f55e059942012c1cff
parents 3e845d28 8e52362e
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