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

Commit 4e2bc13e 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

Change-Id: I48eb3aad095ceed40f787b6f510b78cadc79176a
parents dc2e059d 6932468d
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