mirror of
https://github.com/Expand-sys/CCash
synced 2026-05-07 01:35:14 +10:00
🐛 made inline
This commit is contained in:
parent
e399a5bc16
commit
4914490b42
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ using namespace drogon;
|
||||||
#define SET_CHANGES_ON
|
#define SET_CHANGES_ON
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
constexpr bool ValidUsername(const std::string &name) noexcept
|
inline bool ValidUsername(const std::string &name) noexcept
|
||||||
{
|
{
|
||||||
if (name.size() < min_name_size || name.size() > max_name_size)
|
if (name.size() < min_name_size || name.size() > max_name_size)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue