About
Contact
QtCreator
KDevelop
Solarized
1
#include
<set>
2
3
void
f
(
std::
set
<
int
> &
v
) {
4
// break here
5
}
6