glentner / Commando

Command Line Interface Framework for C++
GNU General Public License v3.0
12 stars 2 forks source link

ArgManager::get can be a const #2

Closed svaningelgem closed 7 months ago

svaningelgem commented 4 years ago

I was using this in a const function, and just changed the signature to const. Works fine as you're already using ".at()".