Skip to content

Commit

Permalink
timed.hpp : remove extra blank lines from api doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Oct 12, 2018
1 parent 5ac0917 commit 90e7a41
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/fplus/timed.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ namespace internal
// auto sorted_numbers = sort_bench(shuffled_numbers);
// assert(sorted_numbers.get() == ascending_numbers); // sorted_numbers.get() <=> actual output
// assert(sorted_numbers.time_in_s() < 0.1); // // sorted_numbers.time_in_s() <=> execution time
// -
template<class Fn>
auto make_timed_function(Fn f)
{
Expand Down Expand Up @@ -131,7 +130,6 @@ namespace internal
// auto foo_bench = make_timed_void_function(foo);
// auto r = foo_bench();
// double run_time = foo_bench(); // in seconds
// -
template<class Fn>
auto make_timed_void_function(Fn f)
{
Expand Down

0 comments on commit 90e7a41

Please sign in to comment.