Remove __STDC_FORMAT_MACROS and __STDC_LIMIT_MACROS guards (and fix SIZE_MAX for LP64).
The various committees decided that everyone should get all these macros, all the time. Bug: 12708004 Change-Id: Ib56010dcba9b0656e5701546fefb7f78dc0bf916
This commit is contained in:
@@ -16,8 +16,6 @@
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#define __STDC_FORMAT_MACROS // Otherwise not available in C++.
|
||||
|
||||
#include <stdio.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
|
Reference in New Issue
Block a user