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 df54c76 commit 5017521Copy full SHA for 5017521
include/fast_io_hosted/mmap/posix_options.h
@@ -23,7 +23,7 @@ struct posix_mmap_options
23
{
24
// 0x4000000u on pdp11 is ul, on pdp11 mask is all poped
25
constexpr unsigned mask{~static_cast<unsigned>(0x4000000u)};
26
- flags = staic_cast<int>(staic_cast<unsigned>(flags) & mask);
+ flags = static_cast<int>(static_cast<unsigned>(flags) & mask);
27
}
28
29
#endif
0 commit comments