#include <algorithm>
being specified. I also notice this in another program that initializer_list
could be used without its header being specified. Why so?
|
|
<initializer_list>
is included by <list>
, or one of the other headers.26.3.5 Header <list> synopsis
|