From: Alexander Grund (alexander.grund_at_[hidden])
Date: 2020-05-16 14:50:03


> https://github.com/boostorg/poly_collection/blob/develop/test/Jamfile.v2 As another note on that: I have a test to be run on windows only by using: <build>no <target-os>windows:<build>yes This now also breaks BJam as it sees a <build>no by the C++11 requirements and a <build>yes by the above :( No idea how to solve that.