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:
parent
485cbfc7f1
commit
74a144ce98
3 changed files with 2 additions and 17 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue