Commit d1ae413f authored by archshift's avatar archshift
Browse files

Stop defining GCC always_inline attributes as __forceinline

__forceinline is a MSVC extension, which may confuse some people working on the codebase.
Furthermore, the C++ standard dictates that all names which contain adjacent underscores are reserved.
parent 35f33606
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