Skip to content

[basic.lookup.argdep]/5 Missing export in apply(T t, U u) ? #2968

Closed
@onihusube

Description

@onihusube

http://eel.is/c++draft/basic.lookup#argdep-5
in Translation unit #2

template<typename T, typename U> void apply(T t, U u) {
  f(t, u);
  g(t);
}

need export here?

export template<typename T, typename U> void apply(T t, U u) {
  f(t, u);
  g(t);
}

Metadata

Metadata

Assignees

No one assigned

    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