We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04dc6e9 commit 0354ac3Copy full SHA for 0354ac3
include/fplus/maybe.hpp
@@ -240,7 +240,7 @@ class maybe {
240
}
241
242
bool is_present_;
243
- alignas(T) std::byte value_[sizeof(T)];
+ alignas(T) unsigned char value_[sizeof(T)];
244
};
245
246
// API search type: is_just : Maybe a -> Bool
include_all_in_one/include/fplus/fplus.hpp
@@ -2797,7 +2797,7 @@ class maybe {
2797
2798
2799
2800
2801
2802
2803
0 commit comments