We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f85a625 commit bffbd0bCopy full SHA for bffbd0b
1 file changed
include/benchmark/benchmark.h
@@ -1099,12 +1099,12 @@ struct ThreadRunnerBase {
1099
virtual void RunThreads(const std::function<void(int)>& fn) = 0;
1100
};
1101
1102
+namespace internal {
1103
+
1104
// Define alias of ThreadRunner factory function type
1105
using threadrunner_factory =
1106
std::function<std::unique_ptr<ThreadRunnerBase>(int)>;
1107
-namespace internal {
-
1108
typedef void(Function)(State&);
1109
1110
// ------------------------------------------------------
0 commit comments