Releases: boost-ext/di
Releases · boost-ext/di
v1.3.0
v1.2.0
[1.2.0] - 2020-07-21
- Additions
- Support for Clang-9/Clang-10/XCode-11
- Support for GCC-9/10
- Support for MSVC-2019
- Support for Meson build system
- Bug Fixes
v1.1.0
[1.1.0] - 2019-01-07
- Additions
- Support for Clang-5.0/6.0/7.0
- Support for GCC-7/8
- Support for MSVC-2017 Preview
- Extensions
- Bug Fixes
- Contributions
v1.0.2
1.0.2 - 2018-01-04
- Additions
- Support for Clang-4.0
- Support for GCC-7
- Support for MSVC-2017
- Fixed support for MSVC-2015 Update 3
- Bug Fixes
- Implementation class cannot be marked as
final
- Creation with Factory doesn't allow to pass exceptions through
- Bound policy doesn't work with multiple bindings
- Problems compiling with _GLIBCXX_DEBUG defined
- Exception in ctor not propagated
- Unable to compile with VS 2017 RC, VS 2015 works fine
- Broken under VS2015 Update 3
- Implementation class cannot be marked as
- Contributions