Skip to content
Snippets Groups Projects
Commit c358bf7a authored by Antonio El Khoury's avatar Antonio El Khoury
Browse files

[C++] Remove forbidden instances of typename keyword.

  - This is necessary to build with older compiler versions.
  - The keyword typename must only be used in template declarations
    and definitions and only in contexts in which dependent names can
    be used. This excludes explicit specialization declarations and
    explicit instantiation declarations (until C++11).
parent 24b7162d
Branches
Tags
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment