Commit 406c2049 by Dominic Hamon

Merge pull request #151 from izaid/clang-fix

Fix for Ubuntu & Clang & C++14
parents 41494129 14c4ce5e
#ifndef BENCHMARK_ARRAYSIZE_H_
#define BENCHMARK_ARRAYSIZE_H_
#include <cstddef>
#include "internal_macros.h"
namespace benchmark {
......
#include <cstddef>
#include "benchmark/benchmark_api.h"
#define BASIC_BENCHMARK_TEST(x) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment