mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-19 05:23:00 +01:00
Replaced macros with C++17 attributes.
This commit is contained in:
@@ -121,7 +121,7 @@ namespace bx
|
||||
|
||||
break;
|
||||
}
|
||||
BX_FALLTHROUGH;
|
||||
[[fallthrough]];
|
||||
|
||||
default:
|
||||
if ( ( rooted && slashIdx+1 != size)
|
||||
|
||||
Reference in New Issue
Block a user