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
6f977248
Commit
6f977248
authored
Nov 30, 2019
by
gabime
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Impl #1298
parent
046fd62d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
dist_sink.h
include/spdlog/sinks/dist_sink.h
+4
-0
No files found.
include/spdlog/sinks/dist_sink.h
View file @
6f977248
...
...
@@ -24,6 +24,10 @@ class dist_sink : public base_sink<Mutex>
{
public
:
dist_sink
()
=
default
;
explicit
dist_sink
(
std
::
vector
<
std
::
shared_ptr
<
sink
>>
sinks
)
:
sinks_
(
sinks
)
{}
dist_sink
(
const
dist_sink
&
)
=
delete
;
dist_sink
&
operator
=
(
const
dist_sink
&
)
=
delete
;
...
...
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