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

Use Boost.Hana as a primary mechanism for structures adaptation #216

Closed thed636 closed 4 years ago

thed636 commented 4 years ago

203 - replacing BOOST_FUSION_ADAPT_STRUCT with BOOST_HANA_ADAPT_STRUCT.

215 - add resource_pool to the dependency list in README.md

codecov[bot] commented 4 years ago

Codecov Report

Merging #216 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #216   +/-   ##
=======================================
  Coverage   95.05%   95.05%           
=======================================
  Files          79       79           
  Lines        1758     1758           
  Branches      471      471           
=======================================
  Hits         1671     1671           
  Misses         30       30           
  Partials       57       57

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4bf9f42...31788f4. Read the comment docs.