Tagged Questions
1
vote
3answers
725 views
lstlisting with c++: spaces around scope resolution operator
I am having a hard time to make the output of lstlisting for c++ source look good. Currently, I am stuck with a problem to reduce the amount of space around the scope resolution operator ::. See the ...