mirror of
https://github.com/shadps4-emu/ext-fmt.git
synced 2024-11-23 09:49:42 +00:00
Work around xl compiler bug when nvcc preprocesses this file (#2190)
This commit is contained in:
parent
4dc7170d21
commit
9b34681d97
@ -1695,7 +1695,8 @@ template <typename Context> class basic_format_args {
|
||||
template <typename... Args>
|
||||
constexpr FMT_INLINE basic_format_args(
|
||||
const format_arg_store<Context, Args...>& store)
|
||||
: basic_format_args(store.desc, store.data_.args()) {}
|
||||
: basic_format_args(format_arg_store<Context, Args...>::desc,
|
||||
store.data_.args()) {}
|
||||
|
||||
/**
|
||||
\rst
|
||||
|
Loading…
Reference in New Issue
Block a user