[PATCH] D53087: Add benchmarks for std::function.

Marshall Clow via Phabricator reviews at reviews.llvm.org
Thu Oct 11 09:58:03 PDT 2018


mclow.lists added inline comments.


================
Comment at: benchmarks/CartesianBenchmarks.hpp:16
+#include "benchmark/benchmark.h"
+#include "../test/support/test_macros.h"
+
----------------
You don't need "../test/support" here.



Repository:
  rCXX libc++

https://reviews.llvm.org/D53087





More information about the libcxx-commits mailing list