Skip to content
Snippets Groups Projects
Commit 4cb7adcc authored by Jan Trávníček's avatar Jan Trávníček
Browse files

std: remove not needed static

parent ed662708
No related branches found
No related tags found
1 merge request!200clang tidy fixes
......@@ -4,7 +4,7 @@
namespace ext {
 
namespace {
static constexpr int BASE26 = 26;
constexpr int BASE26 = 26;
}
 
unsigned fromBase26( const std::string & rep ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment