mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 07:15:34 +08:00
refs #659 Use constexpr with isPinned method of data cache traits.
This commit is contained in:
@@ -28,7 +28,7 @@ namespace BlackCore
|
||||
static const char *key() { return "dbuser"; }
|
||||
|
||||
//! First load is synchronous
|
||||
static bool isPinned() { return true; }
|
||||
static constexpr bool isPinned() { return true; }
|
||||
|
||||
//! Default value
|
||||
static const BlackMisc::Network::CAuthenticatedUser &defaultValue()
|
||||
|
||||
Reference in New Issue
Block a user