Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
fmt
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
fmt
Commits
9f0b3afb
Commit
9f0b3afb
authored
Jul 06, 2020
by
Victor Zverovich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version in namespace
parent
86b2f99f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
include/fmt/core.h
include/fmt/core.h
+3
-3
No files found.
include/fmt/core.h
View file @
9f0b3afb
...
@@ -188,12 +188,12 @@
...
@@ -188,12 +188,12 @@
# define FMT_INLINE_NAMESPACE namespace
# define FMT_INLINE_NAMESPACE namespace
# define FMT_END_NAMESPACE \
# define FMT_END_NAMESPACE \
} \
} \
using namespace v
6
; \
using namespace v
7
; \
}
}
# endif
# endif
# define FMT_BEGIN_NAMESPACE \
# define FMT_BEGIN_NAMESPACE \
namespace fmt { \
namespace fmt { \
FMT_INLINE_NAMESPACE v
6
{
FMT_INLINE_NAMESPACE v
7
{
#endif
#endif
#if !defined(FMT_HEADER_ONLY) && defined(_WIN32)
#if !defined(FMT_HEADER_ONLY) && defined(_WIN32)
...
@@ -491,7 +491,7 @@ constexpr basic_string_view<typename S::char_type> to_string_view(const S& s) {
...
@@ -491,7 +491,7 @@ constexpr basic_string_view<typename S::char_type> to_string_view(const S& s) {
namespace
detail
{
namespace
detail
{
void
to_string_view
(...);
void
to_string_view
(...);
using
fmt
::
v
6
::
to_string_view
;
using
fmt
::
v
7
::
to_string_view
;
// Specifies whether S is a string type convertible to fmt::basic_string_view.
// Specifies whether S is a string type convertible to fmt::basic_string_view.
// It should be a constexpr function but MSVC 2017 fails to compile it in
// It should be a constexpr function but MSVC 2017 fails to compile it in
...
...
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