federico-busato / Modern-CPP-Programming

Modern C++ Programming Course (C++03/11/14/17/20/23/26)

Home Page:https://federico-busato.github.io/Modern-CPP-Programming/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enhancement in 10.Templates_I.pdf

leofracca opened this issue · comments

Hi Federico,
I think it could be useful to add a note somewhere to say that template<typename T> is the same as template<class T>, even if less used.

Hi Leonardo, it is in the first slide that mentions the template syntax
image

Ops, sorry. I missed that