Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
S
spdlog
Project
Project
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
spdlog
Commits
db103ff3
Commit
db103ff3
authored
Jul 09, 2019
by
gabime
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replaced passing time by val istead of ref in helper
parent
1ac46bac
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
fmt_helper.h
include/spdlog/details/fmt_helper.h
+1
-1
No files found.
include/spdlog/details/fmt_helper.h
View file @
db103ff3
...
...
@@ -107,7 +107,7 @@ inline void pad9(T n, fmt::basic_memory_buffer<char, Buffer_Size> &dest)
// e.g.
// fraction<std::milliseconds>(tp) -> will return the millis part of the second
template
<
typename
ToDuration
>
inline
ToDuration
time_fraction
(
const
log_clock
::
time_point
&
tp
)
inline
ToDuration
time_fraction
(
log_clock
::
time_point
tp
)
{
using
std
::
chrono
::
duration_cast
;
using
std
::
chrono
::
seconds
;
...
...
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