Merge pull request #151 from izaid/clang-fix

Fix for Ubuntu & Clang & C++14
This commit is contained in:
Dominic Hamon 2015-10-06 09:23:47 -07:00
commit 406c2049a3
2 changed files with 0 additions and 4 deletions

View File

@ -1,8 +1,6 @@
#ifndef BENCHMARK_ARRAYSIZE_H_
#define BENCHMARK_ARRAYSIZE_H_
#include <cstddef>
#include "internal_macros.h"
namespace benchmark {

View File

@ -1,6 +1,4 @@
#include <cstddef>
#include "benchmark/benchmark_api.h"
#define BASIC_BENCHMARK_TEST(x) \