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
3079551d
Unverified
Commit
3079551d
authored
6 years ago
by
DimRochette
Committed by
GitHub
6 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix namespace of make_unique
parent
f4c5c5a3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dist_sink.h
include/spdlog/sinks/dist_sink.h
+1
-1
No files found.
include/spdlog/sinks/dist_sink.h
View file @
3079551d
...
...
@@ -69,7 +69,7 @@ protected:
void
set_pattern_
(
const
std
::
string
&
pattern
)
override
{
set_formatter_
(
spdlog
::
make_unique
<
spdlog
::
pattern_formatter
>
(
pattern
));
set_formatter_
(
details
::
make_unique
<
spdlog
::
pattern_formatter
>
(
pattern
));
}
void
set_formatter_
(
std
::
unique_ptr
<
spdlog
::
formatter
>
sink_formatter
)
override
...
...
This diff is collapsed.
Click to expand it.
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