/in/foo.cc:15:1: error: invalid use of template-name 'std::vector' without an argument list
15 | vector
| ^~~~~~
/in/foo.cc:15:1: note: class template argument deduction is only available with '-std=c++17' or '-std=gnu++17'
In file included from /usr/include/c++/12/vector:64,
from /usr/include/c++/12/queue:61,
from /usr/include/x86_64-linux-gnu/c++/12/bits/stdc++.h:86,
from /in/foo.cc:10:
/usr/include/c++/12/bits/stl_vector.h:423:11: note: 'template<class _Tp, class _Alloc> class std::vector' declared here
423 | class vector : protected _Vector_base<_Tp, _Alloc>
| ^~~~~~