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
5153b445
Commit
5153b445
authored
Nov 11, 2017
by
daylanKifky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor fixes
parent
27e74126
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
fmt.h
include/spdlog/fmt/fmt.h
+2
-2
ostr.h
include/spdlog/fmt/ostr.h
+2
-2
No files found.
include/spdlog/fmt/fmt.h
View file @
5153b445
...
...
@@ -18,9 +18,9 @@
#ifndef FMT_USE_WINDOWS_H
#define FMT_USE_WINDOWS_H 0
#endif
#include "
../../fmt
/format.h"
#include "
bundled
/format.h"
#if defined(SPDLOG_FMT_PRINTF)
#include "
../..
/fmt/printf.h"
#include "
bundled
/fmt/printf.h"
#endif
#else //external fmtlib
...
...
include/spdlog/fmt/ostr.h
View file @
5153b445
...
...
@@ -8,8 +8,8 @@
// include external or bundled copy of fmtlib's ostream support
//
#if !defined(SPDLOG_FMT_EXTERNAL)
#include "fmt
/fmt
.h"
#include "
fmt/
bundled/ostream.h"
#include "fmt.h"
#include "bundled/ostream.h"
#else
#include <fmt/ostream.h>
#endif
...
...
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