by Marcus | Jul 6, 2024 | MBO, Talks
Yesterday I had the chance to present at C++ On Sea 2024. The conference was held at Leas Cliff Hall in Folkstone, UK. I presented the advanced topic of using constexpr for compile-time and run-time. I am using elements of my MBO library – a collection of...
by Marcus | May 18, 2024 | MBO
The mbo library (github.com/helly25/mbo) is a C++20 library that provides some general useful building blocks and integrates with Google’s Abseil library. The goal is to provide production-ready functional blocks that utilize C++20 — often in areas where I was...