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
86bfcf24
Commit
86bfcf24
authored
Oct 19, 2014
by
gabi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bugfix
parent
e7c7bf23
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
fast_oss.h
include/c11log/details/fast_oss.h
+0
-8
No files found.
include/c11log/details/fast_oss.h
View file @
86bfcf24
...
...
@@ -134,14 +134,6 @@ public:
}
// put int and pad with zeroes if smalled than min_width
fast_oss
&
operator
<<
(
char
c
)
{
putc
(
c
);
return
*
this
;
}
/// put int and pad with zeroes if smalled than min_width///
void
put_int
(
int
n
,
int
padding
)
{
std
::
string
s
;
...
...
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