Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
benchmark
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
benchmark
Commits
90aa8665
Unverified
Commit
90aa8665
authored
Nov 07, 2017
by
Dominic Hamon
Committed by
GitHub
Nov 07, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reorder inline to avoid warning on MSVC (#469)
Fixes #467
parent
f4009ef8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
benchmark.h
include/benchmark/benchmark.h
+2
-2
No files found.
include/benchmark/benchmark.h
View file @
90aa8665
...
@@ -642,10 +642,10 @@ struct State::StateIterator {
...
@@ -642,10 +642,10 @@ struct State::StateIterator {
State
*
const
parent_
;
State
*
const
parent_
;
};
};
BENCHMARK_ALWAYS_INLINE
inline
State
::
StateIterator
State
::
begin
()
{
inline
BENCHMARK_ALWAYS_INLINE
State
::
StateIterator
State
::
begin
()
{
return
StateIterator
(
this
);
return
StateIterator
(
this
);
}
}
BENCHMARK_ALWAYS_INLINE
inline
State
::
StateIterator
State
::
end
()
{
inline
BENCHMARK_ALWAYS_INLINE
State
::
StateIterator
State
::
end
()
{
StartKeepRunning
();
StartKeepRunning
();
return
StateIterator
();
return
StateIterator
();
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment