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
2fed68a7
Commit
2fed68a7
authored
Sep 19, 2019
by
gabime
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reverted some external template declarations
parent
e7ab49c9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
11 deletions
+2
-11
common.h
include/spdlog/common.h
+0
-3
backtracer.h
include/spdlog/details/backtracer.h
+0
-3
spdlog.cpp
src/spdlog.cpp
+2
-5
No files found.
include/spdlog/common.h
View file @
2fed68a7
...
...
@@ -243,7 +243,4 @@ std::unique_ptr<T> make_unique(Args &&... args)
#ifdef SPDLOG_HEADER_ONLY
#include "common-inl.h"
#else
extern
template
class
fmt
::
basic_string_view
<
char
>
;
extern
template
class
fmt
::
basic_memory_buffer
<
char
,
250
>
;
#endif
include/spdlog/details/backtracer.h
View file @
2fed68a7
...
...
@@ -43,6 +43,4 @@ public:
#ifdef SPDLOG_HEADER_ONLY
#include "backtracer-inl.h"
#else
extern
template
class
spdlog
::
details
::
circular_q
<
spdlog
::
details
::
log_msg_buffer
>
;
#endif
\ No newline at end of file
src/spdlog.cpp
View file @
2fed68a7
...
...
@@ -22,8 +22,5 @@
// template instantiate logger constructor with sinks init list
template
spdlog
::
logger
::
logger
(
std
::
string
name
,
sinks_init_list
::
iterator
begin
,
sinks_init_list
::
iterator
end
);
template
class
spdlog
::
details
::
circular_q
<
spdlog
::
details
::
log_msg_buffer
>
;
template
class
spdlog
::
sinks
::
base_sink
<
std
::
mutex
>
;
template
class
spdlog
::
sinks
::
base_sink
<
spdlog
::
details
::
null_mutex
>
;
template
class
fmt
::
basic_string_view
<
char
>
;
template
class
fmt
::
basic_memory_buffer
<
char
,
250
>
;
\ No newline at end of file
template
class
spdlog
::
sinks
::
base_sink
<
spdlog
::
details
::
null_mutex
>
;
\ No newline at end of file
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