Skip to content

Out-of-bounds Bit access while extracting SFINAE info #1057

@K-ballo

Description

@K-ballo
#include <type_traits>

template<typename _Yp, typename _Del, typename _Res>
using _UniqCompatible = std::enable_if_t<true, _Res>;

template<typename _Yp, typename _Del>
using _UniqAssignable = _UniqCompatible<_Yp, _Del, int>;

This is blocking #1042

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions