Yury Fedorov

Results 3 issues of Yury Fedorov

## Expected Behavior The site https://vcpkg.io/en/packages.html does not contain yet a registered package for boost-ext/di . Would it be possible to register the package also inside vcpkg repository as it...

Adding `-fno-exceptions` as a compilation flag into a project dependent from range-v3 leads to the following errors: > range-v3-src/include/meta/meta.hpp:410:35: error: cannot use 'throw' with exceptions disabled > throw "The start...

Adding `-fno-rtti` flag leads to fail the build with the following errors: > range-v3-src/include/range/v3/view/any_view.hpp:129:24: error: use of typeid requires -frtti > , info_(&typeid(rtti_tag)) > range-v3-src/include/range/v3/view/any_view.hpp:135:58: error: use of typeid requires...