<div dir="ltr">Hello CS3:<br><br>Per lab today, the use of auto for range-based for loops does not work with the compilers on neptune or poseidon.  So, do not use this for our CS3 projects this semester.  As always, test and compile your code on our servers.<br>
<br>Example that does NOT work:<br><br>for(auto it=intVector.cbegin(); it != intVector.cend(); ++it)<br><br>Kind Regards,<br>Dianne<br><br></div>