Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
df96fca6
Commit
df96fca6
authored
Mar 15, 2017
by
Etienne Renault
Browse files
brick: please gcc pedantic option
* bricks/brick-assert: here.
parent
b249ab4a
Changes
1
Hide whitespace changes
Inline
Side-by-side
bricks/brick-assert
View file @
df96fca6
...
...
@@ -196,9 +196,9 @@ inline void assert_die_fn( Location l )
} \
}
ASSERT_FN
(
eq
,
==
,
!=
)
;
ASSERT_FN
(
leq
,
<=
,
>
)
;
ASSERT_FN
(
lt
,
<
,
>=
)
;
ASSERT_FN
(
eq
,
==
,
!=
)
ASSERT_FN
(
leq
,
<=
,
>
)
ASSERT_FN
(
lt
,
<
,
>=
)
template
<
typename
Location
,
typename
X
>
void
assert_pred_fn
(
Location
l
,
X
x
,
bool
p
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment