mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-09-14 06:56:51 -04:00
Fix typo
This commit is contained in:
parent
e2dc653863
commit
587dd7cb90
@ -561,7 +561,7 @@ inline expected<void> make_expected(){
|
||||
|
||||
// Make sure the size is maintained reasonable
|
||||
static_assert(sizeof(expected<void>) == 2 * sizeof(size_t), "expected<void> should not have overhead");
|
||||
static_assert(sizeof(expected<size_t>) == 2 * sizeof(size_t), "expected<void> should not have overhead");
|
||||
static_assert(sizeof(expected<size_t>) == 2 * sizeof(size_t), "expected<size_t> should not have overhead");
|
||||
|
||||
} //end of namespace std
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user