Skip to content

0.2.26

Compare
Choose a tag to compare
@helly25 helly25 released this 09 Jun 18:55
· 11 commits to main since this release
2f5c0b4

Version 0.2.26, see changelog

  • Fixed comparison of Extend types with other types. Requires the other type can be turned into a tuple.
  • Fixed internal consistencies.
  • Updated mope to allow comments by setting a section to nothing: {{#section=}}...{{/section}}.
  • Added concept IsTuple which determines whether a type is a std::tuple.
  • Added mbo::hash::simple::GetHash(std::string_view) which is constexpr safe.
  • Added hash support to tstring.
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
  name = "com_helly25_mbo",
  url = "https://github.com/helly25/mbo/archive/refs/tags/0.2.26.tar.gz",
  sha256 = "c9f1506f79cc473c77f56fcac80053f64e25c5279c67525f88ec3b643eee5a51",
)