mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Core/Misc: Modernize code a bit by replacing std::tie with either structured bindings or operator<=>
This commit is contained in:
@@ -92,7 +92,7 @@ class TC_DATABASE_API MySQLConnection
|
||||
|
||||
uint32 GetServerVersion() const;
|
||||
MySQLPreparedStatement* GetPreparedStatement(uint32 index);
|
||||
void PrepareStatement(uint32 index, std::string const& sql, ConnectionFlags flags);
|
||||
void PrepareStatement(uint32 index, std::string_view sql, ConnectionFlags flags);
|
||||
|
||||
virtual void DoPrepareStatements() = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user