Commit Graph

5 Commits (e78c765f452579e67899b7b32f77dab569386e5b)

Author SHA1 Message Date
Avril e78c765f45
Added better null checks and assumptions. removed `is_boxed()` meta-polymorphism. added Box<T> children (non-virtual) to perform unsafe operations that may invalidate Box<T> invariant.
1 year ago
Avril 3bdd503cb2
Changed `NullException` to add optional type information. Added constexpr util::type_of<T>(), added constexpr `std::string_view` concatenation: `util::concat_str_v<std::string_view...>`, added `std::string_view util::concat_strings(auto const&...)`.
1 year ago
Avril a7e4a3ffcc
Merge dynamic boxing improvements from error-handling in preperation for `boxed::is_boxed_value(T*) noexcept -> bool` implementation considerations.
1 year ago
Avril 1f92834108
Started rework of Error/Report/Panic interface.
1 year ago
Avril 399ba10c25
Started `boxed::Box<T>`.
1 year ago