Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for BOOL types to reflection #3

Merged
merged 1 commit into from
Mar 18, 2014
Merged

Added support for BOOL types to reflection #3

merged 1 commit into from
Mar 18, 2014

Conversation

shferguson
Copy link
Collaborator

In 64 bit iOS builds BOOL is typedefs to the C99 bool type rather than char. So BOOL values now have a unique type code of B.

In 64 bit iOS builds BOOL is typedefs to the C99 bool type rather than char.  So BOOL values now have a unique type code of B.
jgretz added a commit that referenced this pull request Mar 18, 2014
Added support for BOOL types to reflection
@jgretz jgretz merged commit 97d5ec5 into master Mar 18, 2014
@jgretz jgretz deleted the boolTypes branch March 18, 2014 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants