Skip to content

Releases: martinmoene/observer-ptr-lite

0.4.0

30 May 08:35
Compare
Choose a tag to compare

This release only changes the unit name used in CMake to not use an underscore to conform to vcpkg naming rules.

0.3.0

03 May 13:04
Compare
Choose a tag to compare

[to be expanded]

This release of observer_ptr lite improves support for CMake and Conan and contains numerous other changes and fixes.

See also nonstd lite project Improve coherence between lite projects.

0.2.0

10 Feb 20:39
Compare
Choose a tag to compare

This release adds ordered comparison of related watched types for GCC when used for C++98, C++03 compilation. It uses __typeof__().

0.1.0

08 Feb 11:21
Compare
Choose a tag to compare

This release introduces the use of common_type for ordered comparisons of observer_ptr<>s, if easily possible. The presence of common_type enables ordered comparison of observer_ptr<>s with different related watched types such as int and const int.

common_type is available with C++11 and newer and from VC11 (VS2012) onwards.

0.0.0

08 Feb 08:52
Compare
Choose a tag to compare
0.0.0 Pre-release
Pre-release

Initial content.