Merge pull request #173 from mmicko/namespace_fix

Prevent types from stdint to be defined under abc namespace
This commit is contained in:
alanminko 2023-05-19 18:15:09 -07:00 committed by GitHub
commit a5a6254db1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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.