mirror of
https://github.com/TartanLlama/optional.git
synced 2025-08-03 03:44:26 +02:00
Merge pull request #16 from DecoyRS/patch-1
Misaligned template specifiers
This commit is contained in:
@@ -66,8 +66,8 @@ namespace tl {
|
||||
namespace detail {
|
||||
template<class T>
|
||||
struct is_trivially_copy_constructible : std::is_trivially_copy_constructible<T>{};
|
||||
template<class T, class A>
|
||||
#ifdef _GLIBCXX_VECTOR
|
||||
template<class T, class A>
|
||||
struct is_trivially_copy_constructible<std::vector<T,A>>
|
||||
: std::is_trivially_copy_constructible<T>{};
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user