We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51d0f3c commit f79c0acCopy full SHA for f79c0ac
talk/basicconcepts/auto.tex
@@ -5,7 +5,8 @@
5
\begin{block}{Reason of being}
6
\begin{itemize}
7
\item Many type declarations are redundant
8
- \item They are also a source for compiler warnings and errors
+ \item They are often a source for compiler warnings and errors
9
+ \item Using auto prevents unwanted/unnecessary type conversions
10
\end{itemize}
11
\begin{cppcode*}{}
12
std::vector<int> v;
0 commit comments