We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 263b5be commit 07eb914Copy full SHA for 07eb914
backends/cpp_hart_gen/cpp/include/udb/bits.hpp
@@ -307,7 +307,7 @@ namespace udb {
307
{ std::remove_cvref_t<decltype(a.value())>::PossiblyUnknown == false };
308
{ std::same_as<std::remove_cvref_t<decltype(a.unknown_mask())>, typename T::MaskType> };
309
310
- // cast the bits to a known (not undefined type). Might raise if there are undefined bits
+ // cast the bits to a known (not undefined) type. Might raise if there are undefined bits
311
{ std::remove_cvref_t<decltype(a.to_defined())>::PossiblyUnknown == false };
312
313
{ std::remove_cvref_t<decltype(a.template extract<0, 0>())>::IsABits == true };
0 commit comments