Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pub
Frama Clang
Commits
d5cdb045
Commit
d5cdb045
authored
Mar 05, 2021
by
Virgile Prevosto
Browse files
[stdlib] better support for <cstdbool>
parent
6fb1fed2
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
share/libc++/cstdbool
0 → 100644
View file @
d5cdb045
// -*- C++ -*-
#include <stdbool.h>
#ifdef bool
#undef bool
#endif
#ifdef true
#undef true
#endif
#ifdef false
#undef false
#endif
tests/stl/oracle/stl_bool.res.oracle
0 → 100644
View file @
d5cdb045
This diff is collapsed.
Click to expand it.
tests/stl/stl_bool.cpp
0 → 100644
View file @
d5cdb045
#include<cstdbool>
#include<algorithm>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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