- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hi!
I would like to try new C++ Wrappers classes (in iw++ folders) in IPP 2018.2, but found that those are using exceptions via unconditionally defining IW_ENABLE_EXCEPTIONS to 1. So, without modifying the iw++/iw_core.h it is not possible to use error codes instead of exceptions.
Can you please fix that?
It should be something like that (in iw++/iw_core.h):
#ifndef IW_ENABLE_EXCEPTIONS
#define IW_ENABLE_EXCEPTIONS 1 // IW++ can return all errors by exceptions or by classic return codes.
// Note that some errors cannot be returned by without exceptions and may be lost.
#endif
링크가 복사됨
3 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
thanks Sergey, this make sense to add. We will escalate this case.
