Unverified Commit 5d9ee12b authored by Lioncash's avatar Lioncash
Browse files

file_util: Remove compiler version checks around is_trivially_copyable()

The minimum clang/GCC versions we support already support this. We can also
remove is_standard_layout(), as fread and fwrite only require the type to be
trivially copyable.
parent bad00085
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment