boostorg / range

Boost.org range module
http://boost.org/libs/range
43 stars 104 forks source link

Fix usage of deprecated headers #105

Closed Lastique closed 4 years ago

Lastique commented 4 years ago

This silences warnings about including deprecated headers boost/detail/iterator.hpp and boost/bind.hpp.

Lastique commented 4 years ago

Please, merge to master.

glenfe commented 4 years ago

@neilgroves are you planning on merging develop to master? If not I'll merge just this commit to master because it's needed in the 1.74 release.

neilgroves commented 4 years ago

Merging develop to master seems like the best approach to me. Feel free to merge 105 if you want it done before I get merged tomorrow.

Regards, Neil

On Tue, 23 Jun 2020, 23:29 Glen Fernandes, notifications@github.com wrote:

@neilgroves https://github.com/neilgroves are you planning on merging develop to master? If not I'll merge just this commit to master because it's needed in the 1.74 release.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/boostorg/range/pull/105#issuecomment-648461557, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABTIJ2QDKJWMVDLHTSVN6X3RYEUETANCNFSM4M6B36HQ .

neilgroves commented 4 years ago

Hi,

I completed the merge of Boost.Range develop -> master and it has cycled a few builds in the test matrix looking okay. Please let me know if this is insufficient to address any issues you have.

Regards, Neil

http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail Virus-free. www.avg.com http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

On Tue, 23 Jun 2020 at 23:29, Glen Fernandes notifications@github.com wrote:

@neilgroves https://github.com/neilgroves are you planning on merging develop to master? If not I'll merge just this commit to master because it's needed in the 1.74 release.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/boostorg/range/pull/105#issuecomment-648461557, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABTIJ2QDKJWMVDLHTSVN6X3RYEUETANCNFSM4M6B36HQ .

jefftrull commented 3 years ago

Judging by my own experience and bug #106 this has not made it into 1.74 beta.

jefftrull commented 3 years ago

I spoke too soon. That bug (and my issues) are for a different set of deprecated headers within range itself.