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>
|
template <typename... Args>
|
||||||
constexpr FMT_INLINE basic_format_args(
|
constexpr FMT_INLINE basic_format_args(
|
||||||
const format_arg_store<Context, Args...>& store)
|
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
|
\rst
|
||||||
|
Loading…
Reference in New Issue
Block a user