Cucumber CPP の使用方法を学習しようとしています。最初はこちらの手順に従っています。しかし、私はそれでいくつかのエラーに遭遇しました。現在、こちらの手順を実行しようとしています。Visual Studio 2015 で Cucumber-CPP.sln をビルドしようとすると、次のエラーが表示されます。
C:\Cucumber-CPP\tests\integration\drivers\BoostDriverTest.cpp(49): error C2039: 'is_initialized': is not a member of 'boost::unit_test::framework'
c:\Boost\boost/test/tree/test_unit.hpp(44): note: see declaration of 'boost::unit_test::framework'
C:\Cucumber-CPP\tests\integration\drivers\BoostDriverTest.cpp(49): error C3861: 'is_initialized': identifier not found
C:\Cucumber-CPP\tests\integration\drivers\BoostDriverTest.cpp(51): error C2039: 'is_initialized': is not a member of 'boost::unit_test::framework'
c:\Boost\boost/test/tree/test_unit.hpp(44): note: see declaration of 'boost::unit_test::framework'
C:\Cucumber-CPP\tests\integration\drivers\BoostDriverTest.cpp(51): error C3861: 'is_initialized': identifier not found
これらのエラーのため、チュートリアルの次のステップで必要なBoostCalculatorSteps.exeがビルドされていないと思います。何が欠けているのかわかりません。あなたの提案を教えてください。