Unverified Commit a5a6254d by alanminko Committed by GitHub

Merge pull request #173 from mmicko/namespace_fix

Prevent types from stdint to be defined under abc namespace
parents cf25d25d 65590d0e
......@@ -94,8 +94,6 @@
/// PARAMETERS ///
////////////////////////////////////////////////////////////////////////
ABC_NAMESPACE_HEADER_START
////////////////////////////////////////////////////////////////////////
/// BASIC TYPES ///
////////////////////////////////////////////////////////////////////////
......@@ -143,6 +141,8 @@ ABC_NAMESPACE_HEADER_START
#endif
ABC_NAMESPACE_HEADER_START
/**
* Pointer difference type; replacement for ptrdiff_t.
* This is a signed integral type that is the same size as a pointer.
......
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