boost-ext / di

C++14 Dependency Injection Library
https://boost-ext.github.io/di
1.13k stars 136 forks source link

Are you going to release a new version? Add support for C++20 with Visual Studio 2022 generator. #542

Closed dmitry-diolan closed 1 year ago

dmitry-diolan commented 2 years ago

I see version v1.2.0 was released Jul 22, 2020 (two years ago). There are several fixes in the main branch till then.

Are there any plans to make a newer release (tag)? I also see that there is a problem compiling tests and examples with Visual Studio 2022 and specifying c++ version 20 - using CMake and Visual Studio as a generator.

Expected Behavior

Tests and examples should compile successfully and tests should pass using Visual Studio 2022 generator and specifying C++20

Actual Behavior

Compilation using Visual Studio 2022 generator and specifying C++20 support fails for some tests and examples.

Specifications

yehorror commented 1 year ago

Hi, this one is actual for me too. I used to install it via Conan, but it has only v1.2.0 with an issue which was fixed but not yet released. That fact makes it a bit inconvenient to use this way. Are you planning to publish new release?

krzysztof-jusiak commented 1 year ago

https://github.com/boost-ext/di/releases/tag/v1.3.0