Skip to content
Snippets Groups Projects
Commit d5cdb045 authored by Virgile Prevosto's avatar Virgile Prevosto
Browse files

[stdlib] better support for <cstdbool>

parent 6fb1fed2
No related branches found
No related tags found
No related merge requests found
// -*- C++ -*-
#include <stdbool.h>
#ifdef bool
#undef bool
#endif
#ifdef true
#undef true
#endif
#ifdef false
#undef false
#endif
This diff is collapsed.
#include<cstdbool>
#include<algorithm>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment