yandex / ozo

OZO is a C++17 Boost.Asio based header-only library for asyncronous communication with PostgreSQL DBMS.
PostgreSQL License
227 stars 46 forks source link

Make connection_pool.cpp compile under C++20 #274

Closed georgthegreat closed 3 years ago

georgthegreat commented 3 years ago

C++20 disables aggregate initialization in case of user-defined / defaulted / deleted ctors presence.

thed636 commented 3 years ago

Could you please add your name and email into https://github.com/yandex/ozo/blob/master/AUTHORS to become one of the contributors to the library?

georgthegreat commented 3 years ago

@thed636, I did it!

thed636 commented 3 years ago

@thed636, I did it!

Thanks a lot and welcome to the contributors! Any help matters!