Commit 65590d0e by Miodrag Milanovic

Prevent types from stdint to be defined under abc namespace

parent c23cd0a7
...@@ -94,8 +94,6 @@ ...@@ -94,8 +94,6 @@
/// PARAMETERS /// /// PARAMETERS ///
//////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////
ABC_NAMESPACE_HEADER_START
//////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////
/// BASIC TYPES /// /// BASIC TYPES ///
//////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////
...@@ -143,6 +141,8 @@ ABC_NAMESPACE_HEADER_START ...@@ -143,6 +141,8 @@ ABC_NAMESPACE_HEADER_START
#endif #endif
ABC_NAMESPACE_HEADER_START
/** /**
* Pointer difference type; replacement for ptrdiff_t. * Pointer difference type; replacement for ptrdiff_t.
* This is a signed integral type that is the same size as a pointer. * 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