View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0025473 | Community | OCCT:Release | public | 2014-11-13 01:42 | 2016-08-29 16:37 |
| Reporter | mach22 | Assigned To | bugmaster | ||
| Priority | normal | Severity | minor | ||
| Status | closed | Resolution | no change required | ||
| Platform | Windows | OS | VC++ 2013 | ||
| Product Version | 6.8.0 | ||||
| Summary | 0025473: problem compiling OCCT with tbb30_018oss | ||||
| Description | I have build the OCCT with vc12 and 32bit I report an error on the file tbb_exception.h as std::copy_exception is not available with the new c++ compiler and I have changed it with std::make_exception_ptr I have changed this line: tbb_exception_ptr ( const captured_exception& src ) : my_ptr(std::copy_exception(src)) {} with this: tbb_exception_ptr ( const captured_exception& src ) : my_ptr(std::make_exception_ptr(src)) {} You cold update the TBB library to the newer one? | ||||
| Tags | No tags attached. | ||||
| Test case number | |||||