1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-16 07:22:43 +01:00

Require Boost 1.81.0 or higher

Note: this version of Boost was released in December 2022.
This commit is contained in:
Eelco Dolstra 2025-07-10 11:53:36 +02:00
parent 485cbfc7f1
commit 74a144ce98
3 changed files with 2 additions and 17 deletions

View file

@ -194,10 +194,6 @@ size_t StringSource::read(char * data, size_t len)
}
#if BOOST_VERSION >= 106300 && BOOST_VERSION < 106600
#error Coroutines are broken in this version of Boost!
#endif
std::unique_ptr<FinishSink> sourceToSink(std::function<void(Source &)> fun)
{
struct SourceToSink : FinishSink