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
33fbb3a7
Commit
33fbb3a7
authored
Nov 20, 2018
by
Andreas Schönle
Committed by
Victor Zverovich
Nov 20, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix remaining linker errors.
parent
bd612159
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
src/format.cc
src/format.cc
+5
-5
No files found.
src/format.cc
View file @
33fbb3a7
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
FMT_BEGIN_NAMESPACE
FMT_BEGIN_NAMESPACE
template
struct
internal
::
basic_data
<
void
>;
template
struct
internal
::
basic_data
<
void
>;
template
internal
::
locale_ref
::
locale_ref
(
const
std
::
locale
&
loc
);
template
FMT_API
internal
::
locale_ref
::
locale_ref
(
const
std
::
locale
&
loc
);
// Explicit instantiations for char.
// Explicit instantiations for char.
...
@@ -17,7 +17,7 @@ template FMT_API char internal::thousands_sep_impl(locale_ref);
...
@@ -17,7 +17,7 @@ template FMT_API char internal::thousands_sep_impl(locale_ref);
template
FMT_API
void
internal
::
basic_buffer
<
char
>
::
append
(
const
char
*
,
const
char
*
);
template
FMT_API
void
internal
::
basic_buffer
<
char
>
::
append
(
const
char
*
,
const
char
*
);
template
void
internal
::
arg_map
<
format_context
>
::
init
(
template
FMT_API
void
internal
::
arg_map
<
format_context
>
::
init
(
const
basic_format_args
<
format_context
>
&
args
);
const
basic_format_args
<
format_context
>
&
args
);
template
FMT_API
int
internal
::
char_traits
<
char
>
::
format_float
(
template
FMT_API
int
internal
::
char_traits
<
char
>
::
format_float
(
...
@@ -29,7 +29,7 @@ template FMT_API int internal::char_traits<char>::format_float(
...
@@ -29,7 +29,7 @@ template FMT_API int internal::char_traits<char>::format_float(
template
FMT_API
std
::
string
internal
::
vformat
<
char
>(
template
FMT_API
std
::
string
internal
::
vformat
<
char
>(
string_view
,
basic_format_args
<
format_context
>);
string_view
,
basic_format_args
<
format_context
>);
template
format_context
::
iterator
internal
::
vformat_to
(
template
FMT_API
format_context
::
iterator
internal
::
vformat_to
(
internal
::
buffer
&
,
string_view
,
basic_format_args
<
format_context
>);
internal
::
buffer
&
,
string_view
,
basic_format_args
<
format_context
>);
template
FMT_API
void
internal
::
sprintf_format
(
template
FMT_API
void
internal
::
sprintf_format
(
...
@@ -41,10 +41,10 @@ template FMT_API void internal::sprintf_format(
...
@@ -41,10 +41,10 @@ template FMT_API void internal::sprintf_format(
template
FMT_API
wchar_t
internal
::
thousands_sep_impl
(
locale_ref
);
template
FMT_API
wchar_t
internal
::
thousands_sep_impl
(
locale_ref
);
template
void
internal
::
basic_buffer
<
wchar_t
>
::
append
(
template
FMT_API
void
internal
::
basic_buffer
<
wchar_t
>
::
append
(
const
wchar_t
*
,
const
wchar_t
*
);
const
wchar_t
*
,
const
wchar_t
*
);
template
void
internal
::
arg_map
<
wformat_context
>
::
init
(
template
FMT_API
void
internal
::
arg_map
<
wformat_context
>
::
init
(
const
basic_format_args
<
wformat_context
>
&
);
const
basic_format_args
<
wformat_context
>
&
);
template
FMT_API
int
internal
::
char_traits
<
wchar_t
>
::
format_float
(
template
FMT_API
int
internal
::
char_traits
<
wchar_t
>
::
format_float
(
...
...
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