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

#trivial Fix the C++ assertion #911

Merged
merged 2 commits into from
May 7, 2018
Merged

#trivial Fix the C++ assertion #911

merged 2 commits into from
May 7, 2018

Conversation

garrettmoon
Copy link
Member

No description provided.

@garrettmoon garrettmoon changed the title Fix the C++ assertion #trivial Fix the C++ assertion May 7, 2018
@@ -26,6 +26,10 @@
#import <map>
#import <mutex>

# ifndef __STRICT_ANSI__
#warning "Texture must be compiled with std=c++11 to prevent layout issues. gnu++ is not supported. This is hopefully temporary."
# endif
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove the space between # ifndef

Copy link
Member

@Adlai-Holler Adlai-Holler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, don't understand why the previous version didn't work but sorry for the breakage.

@garrettmoon garrettmoon merged commit cb29317 into master May 7, 2018
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.

None yet

2 participants