Skip to content

Commit

Permalink
#2521 applied constexpr
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard Soh committed Jun 7, 2023
1 parent cf9e9a2 commit 14d21dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/basic/vx_config/number_stack.cc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ using namespace std;
////////////////////////////////////////////////////////////////////////


static int default_ns_alloc_inc = 100; // default value
constexpr int default_ns_alloc_inc = 100; // default value



Expand Down

0 comments on commit 14d21dd

Please sign in to comment.