Skip to content
Snippets Groups Projects
Commit 4785da9b authored by callum_linden's avatar callum_linden
Browse files

Update to build on Xcode 6.0: TEMP fix to remove broken code (clang) until...

Update to build on Xcode 6.0: TEMP fix to remove broken code (clang) until it's true purpose becomes clear
parent aca7976b
No related branches found
No related tags found
No related merge requests found
......@@ -141,7 +141,8 @@ namespace LLPredicate
void require(ENUM e)
{
mRule.set(e, require);
// TEMP XCODE6FIX checkin while i figure out what the heck this is supposed to mean
// mRule.set(e, require);
}
void allow(ENUM e)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment