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
9b6b0e40
Commit
9b6b0e40
authored
Sep 12, 2021
by
Victor Zverovich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove data
parent
4d1c6034
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
include/fmt/format-inl.h
include/fmt/format-inl.h
+1
-5
No files found.
include/fmt/format-inl.h
View file @
9b6b0e40
...
...
@@ -187,12 +187,7 @@ template <typename T = void> struct basic_data {
extern
template
struct
basic_data
<
void
>;
#endif
// This is a struct rather than an alias to avoid shadowing warnings in gcc.
struct
data
:
basic_data
<>
{};
#if __cplusplus < 201703L
template
<
typename
T
>
constexpr
const
unsigned
basic_data
<
T
>::
prefixes
[];
// DEPRECATED! These are here only for ABI compatiblity.
template
<
typename
T
>
constexpr
const
char
basic_data
<
T
>::
digits
[][
2
];
template
<
typename
T
>
constexpr
const
char
basic_data
<
T
>::
hex_digits
[];
...
...
@@ -200,6 +195,7 @@ template <typename T> constexpr const char basic_data<T>::signs[];
template
<
typename
T
>
constexpr
const
char
basic_data
<
T
>::
left_padding_shifts
[];
template
<
typename
T
>
constexpr
const
char
basic_data
<
T
>::
right_padding_shifts
[];
template
<
typename
T
>
constexpr
const
unsigned
basic_data
<
T
>::
prefixes
[];
#endif
template
<
typename
T
>
struct
bits
{
...
...
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