Z
Z
Zaur Abdulgalimov2015-11-13 13:36:50
Objective-C
Zaur Abdulgalimov, 2015-11-13 13:36:50

How to include in static library current_exception implementation from c++11?

I apologize if I ask a crooked question.
The crux of the problem: I'm building a static library using Xcode from sources that use current_exception . The library builds fine, but if I try to use this library in another project, the compiler complains that it can't find "current_exception". How to solve such a problem?
Thank you.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Eugene, 2015-11-13
@EvgenijDv

Use a compiler with C++11 support and a current_exception implementation to build your application.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question