oatpp / oatpp-mongo

Oat++ native BSON + MongoDB driver implementation based on Oat++ object-mapping sub-framework.
https://oatpp.io/
Apache License 2.0
6 stars 4 forks source link

Avoid C++20 designated initializers. #5

Closed BillyONeal closed 3 years ago

BillyONeal commented 3 years ago

Apply the patch from https://github.com/microsoft/vcpkg/pull/14341/ to avoid designated intiializers, which makes oatpp-mongo compatible with more compilers.

lganzzzo commented 3 years ago

Great work! Merged!

BillyONeal commented 3 years ago

Thank @mheyman -- the real author :) Thanks!