Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v1.1.0
    0c88a5b6 · Release v1.1.0 ·
    --- General
    * Disabled conversion from `unified` to `weak` ownership. `unified` ownership must be used in the same use cases as a regular C++ reference `&`.
    * Refactored the proxy list returned by the `gain` function. It provides access to tokens and can be dereferenced to access tokens' objects.
    * Added C++20 Concepts support in the implementation of tokens.
    
    --- Tokens
    Added tokens:
    * `raw`
      * `raw::unique[_single]<T>`
      * `raw::unique_optional<T>`
  • v1.0.0
    Initial release.