-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Closed
Labels
P3We're not considering working on this, but happy to review a PR. (No assignee)We're not considering working on this, but happy to review a PR. (No assignee)category: rules > ObjC / iOS / J2ObjCtype: feature request
Description
I want to compile a target that contains some Objective-C files and some Objective-C++ files (conventionally ending in .mm). For the latter, I want to specify -std=c++11. If I add that to objccopts, my Objective-C++ files compile, but clang dies on my Objective-C files with:
error: invalid argument '-std=c++11' not allowed with 'C/ObjC'
Metadata
Metadata
Assignees
Labels
P3We're not considering working on this, but happy to review a PR. (No assignee)We're not considering working on this, but happy to review a PR. (No assignee)category: rules > ObjC / iOS / J2ObjCtype: feature request