mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-06 08:46:53 +08:00
make is_nothrow_forward_constructible_v static (warning from gcc 7)
This commit is contained in:
parent
8ee033cf89
commit
7aea27412d
@ -257,7 +257,7 @@ namespace chaiscript {
|
|||||||
};
|
};
|
||||||
|
|
||||||
template< class From, class To >
|
template< class From, class To >
|
||||||
inline constexpr bool is_nothrow_forward_constructible_v
|
static inline constexpr bool is_nothrow_forward_constructible_v
|
||||||
= is_nothrow_forward_constructible<From, To>::value;
|
= is_nothrow_forward_constructible<From, To>::value;
|
||||||
|
|
||||||
template<typename Container, typename ... T>
|
template<typename Container, typename ... T>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user