Building with MSVC 2017 there was a warning raised about deprecated ORCv1.
Turned out that there was a missing 'AcknowledgeORCv1Deprecation' parameter in emplace_back call.
Details
Details
- Reviewers
sgraenitz AlexDenisov dblaikie ivankara
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Right, this was a missing deprecation change. Thanks for posting! Lang fixed it the same day, so I guess we can abandon this review.