File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ struct _LIBCXXABI_HIDDEN __cxa_exception {
34
34
// in the beginning of the struct, rather than before unwindHeader.
35
35
void *reserve;
36
36
37
- // This is a new field to support C++ 0x exception_ptr.
37
+ // This is a new field to support C++11 exception_ptr.
38
38
// For binary compatibility it is at the start of this
39
39
// struct which is prepended to the object thrown in
40
40
// __cxa_allocate_exception.
@@ -63,9 +63,9 @@ struct _LIBCXXABI_HIDDEN __cxa_exception {
63
63
#endif
64
64
65
65
#if !defined(__LP64__) && !defined(_WIN64) && !defined(_LIBCXXABI_ARM_EHABI)
66
- // This is a new field to support C++ 0x exception_ptr.
66
+ // This is a new field to support C++11 exception_ptr.
67
67
// For binary compatibility it is placed where the compiler
68
- // previously adding padded to 64-bit align unwindHeader.
68
+ // previously added padding to 64-bit align unwindHeader.
69
69
size_t referenceCount;
70
70
#endif
71
71
_Unwind_Exception unwindHeader;
You can’t perform that action at this time.
0 commit comments