Skip to content

WinReg v6.0.0 Header-only Stable Release

Compare
Choose a tag to compare
@GiovanniDicanio GiovanniDicanio released this 11 Jul 18:14
· 22 commits to master since this release
86d7ae5

The main difference between the previous stable release and this one is that here non-throwing methods TryGetXxxxValue (e.g. TryGetDwordValue) return RegExpected<T> instead of std::optional<T>. In fact, in case of errors, std::optional looses the error information, while RegExpected<T> stores it.