0
votes

I have a strange problem and can't figure it out. I have installed home brew and brew installed boost.

In the Xcode I add search header paths /usr/local/Cellar, in the build setting I add .dlyb files.

Once I try to compile some example code I get warning/suggestion to replace in boost's headers #include with #include "boostFile" brackets with quotes.

Any ideas why this is happening ?

Maybe I am doing something wrong, I'm not sure.

Thanks for any input.

Regards.

1

1 Answers

0
votes

Brackets are for standard libraries, quotes are for other libraries (such as boost). This rule is not applied to objective-c.