I'm trying to add svgpp to my project and create Objective-C interface to work with.
For now I have simple c++ class with .cpp extension which is compiles fine.
Trying to include .h file of C++ class to Objective-C++ file (.mm) generates following errors:

Apple Clang 6.0
Xcode 6.1.1
C++11