Skip to content

Commit

Permalink
C++14 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anarthal committed Dec 14, 2023
1 parent fa2319f commit 26a9784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/connection_pool/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ int main(int argc, char* argv[])
// Configuration for the connection pool
boost::mysql::pool_params pool_prms{
// Connect using TCP, to the given hostname and using the default port
boost::mysql::host_and_port(mysql_hostname),
boost::mysql::host_and_port{mysql_hostname},

// Authenticate using the given username
mysql_username,
Expand Down

0 comments on commit 26a9784

Please sign in to comment.