Skip to content

Commit

Permalink
sstuff: Convert a static const to static constexpr
Browse files Browse the repository at this point in the history
  • Loading branch information
rgacogne committed Jul 5, 2024
1 parent 6603c5c commit d8a7a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdns/sstuff.hh
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ public:
}

private:
static const size_t s_buflen{4096};
static constexpr size_t s_buflen{4096};
std::string d_buffer;
int d_socket;
};

0 comments on commit d8a7a55

Please sign in to comment.