Commit f8fcb401 authored by Mark Moriarty's avatar Mark Moriarty

Use ifdef/endif tests on the undefs

parent f7d32756
......@@ -24,8 +24,12 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#ifdef size_t
#undef size_t
#endif
#ifdef ptrdiff_t
#undef ptrdiff_t
#endif
#include <string>
#include <list>
#include <deque>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment