Fixing a bunch of alloy clang issues.
This commit is contained in:
@@ -70,7 +70,7 @@ namespace poly {
|
||||
poly_assert((expr) != nullptr || !message)
|
||||
|
||||
#define assert_unhandled_case(variable) \
|
||||
assert_always("unhandled switch("## #variable##") case")
|
||||
assert_always("unhandled switch(" #variable ") case")
|
||||
|
||||
} // namespace poly
|
||||
|
||||
|
||||
Reference in New Issue
Block a user