Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
spdlog
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
spdlog
Commits
963f8d34
Commit
963f8d34
authored
Mar 21, 2020
by
gabime
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed tests
parent
60a8c5f1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
include/spdlog/sinks/ansicolor_sink-inl.h
include/spdlog/sinks/ansicolor_sink-inl.h
+1
-1
tests/test_pattern_formatter.cpp
tests/test_pattern_formatter.cpp
+1
-3
No files found.
include/spdlog/sinks/ansicolor_sink-inl.h
View file @
963f8d34
...
...
@@ -7,7 +7,7 @@
#include <spdlog/sinks/ansicolor_sink.h>
#endif
#include <spdlog/
details/
pattern_formatter.h>
#include <spdlog/pattern_formatter.h>
#include <spdlog/details/os.h>
namespace
spdlog
{
...
...
tests/test_pattern_formatter.cpp
View file @
963f8d34
...
...
@@ -308,9 +308,7 @@ TEST_CASE("clone-formatter-2", "[pattern_formatter]")
class
custom_test_flag
:
public
spdlog
::
custom_flag_formatter
{
public:
class
custom_test_flag
(
std
::
string
txt
)
:
some_txt
{
std
::
move
(
txt
)}
{}
custom_test_flag
(
std
::
string
txt
)
:
some_txt
{
std
::
move
(
txt
)}
{}
void
format
(
const
spdlog
::
details
::
log_msg
&
,
const
std
::
tm
&
,
spdlog
::
memory_buf_t
&
dest
)
override
{
...
...
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