c++11 - How to use Ctags with C++ trailing return types -


i've come c++11 style trailing return types, when wanted use vim c++ program noticed ctags don't mix them.

i've tried exuberant ctags , universal ctags , both don't seem work trailing return types.

is there way configure ctags cooperate trailing return types?


Comments