Skip to content

"requires template argument" bug #1094

Open
@adetaylor

Description

@adetaylor

From minimizing a stress test problem.

namespace {
typedef int a;
}
namespace b {
template <typename> struct c;
template <typename d, d e> using f = __make_integer_seq<c, d, e>;
template <a e> using g = f<a, e>;
} // namespace b

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions