Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Method signature refactor to const in CLion

Tags:

I am using intellij clion for c++ program.
I am using with method signature refactor (ctrl+F6).
How I can change signature from non const method, to const?

Link to understand.

like image 361
Tal Avatar asked Feb 12 '17 13:02

Tal


1 Answers

Unfortunately, adding/removing CV-qualifiers during Change Signature refactoring is not yet implemented in CLion, please follow or upvote the corresponding issue.

like image 143
goldwin-es Avatar answered Sep 21 '22 11:09

goldwin-es