ipkn / crow

Crow is very fast and easy to use C++ micro web framework (inspired by Python Flask)
BSD 3-Clause "New" or "Revised" License
7.46k stars 889 forks source link

fix: boots 1.70 #343

Open moneroexamples opened 5 years ago

moneroexamples commented 5 years ago

The patch fixes issue with boost 1.70: https://github.com/ipkn/crow/issues/340

Patch is based on the patch submitted to other project: https://github.com/moneroexamples/onion-monero-blockchain-explorer/commit/76a0efa8ee3ea5bb466b81d84357d2fd76920cbd

mattn commented 5 years ago

ping @ipkn

4e554c4c commented 4 years ago

get_io_service has been depreciated since at least 1.66[0] so i think it'd be pretty safe to switch this over without the macro

[0] https://www.boost.org/doc/libs/1_66_0/doc/html/boost_asio/reference/basic_stream_socket/get_io_service.html related: #358

tobegit3hub commented 4 years ago

It seems the travis-ci still use libboost1.55-all-dev which fail the tests in the PR.

Ping @ipkn to fix for boost 1.7.

mattn commented 4 years ago

@ipkn If you are busy to maintenance crow, I can do help you.

0x4ndy commented 3 years ago

The latest version doesn't contain this fix, is the a plan to release a new crow_all.h?

The-EDev commented 3 years ago

@druc0d3s This repository has not been maintained for about 4 years. A few contributors and I are maintaining a fork here.

0x4ndy commented 3 years ago

@druc0d3s This repository has not been maintained for about 4 years. A few contributors and I are maintaining a fork here.

Great, I'm coming over! :-)