File tree Expand file tree Collapse file tree 3 files changed +662
-8
lines changed Expand file tree Collapse file tree 3 files changed +662
-8
lines changed Original file line number Diff line number Diff line change 341
341
# endif
342
342
#endif
343
343
344
- #if defined(__GLIBCXX__) && !defined(__cpp_sized_deallocation)
345
- // Sized global deallocation functions in libstc++ are only enabled if
346
- // __cpp_sized_deallocation is defined, which Clang only does if explicitly
347
- // passed -fsized-deallocation.
348
- #else
344
+ #ifdef __cpp_sized_deallocation
345
+ // Sized global deallocation functions are only enabled if __cpp_sized_deallocation is defined.
349
346
# define R__SIZEDDELETE
350
347
#endif
351
348
Original file line number Diff line number Diff line change @@ -52,9 +52,16 @@ configure_file(typelist_win32.v6.cxx17.txt . COPYONLY)
52
52
ROOTTEST_ADD_AUTOMACROS (DEPENDS ANSTmpltInt.C TmpltInt0.C TmpltInt1.C TmpltFloat.C
53
53
TmpltNoSpec.C Event.cxx ${COMPILE_MACRO_TEST}
54
54
EXCLUDE runMemberComments runautoload )
55
- ROOTTEST_ADD_TEST (runMemberComments
56
- MACRO runMemberComments.C
57
- OUTREF MemberComments${ref_suffix} )
55
+ if (APPLE )
56
+ # Ref file with no new operator delete(void *, size_t)
57
+ ROOTTEST_ADD_TEST (runMemberComments
58
+ MACRO runMemberComments.C
59
+ OUTREF MemberComments_macos.ref )
60
+ elif ()
61
+ ROOTTEST_ADD_TEST (runMemberComments
62
+ MACRO runMemberComments.C
63
+ OUTREF MemberComments${ref_suffix} )
64
+ endif ()
58
65
59
66
if (NOT MSVC OR win_broken_tests )
60
67
ROOTTEST_ADD_TEST (drawing
You can’t perform that action at this time.
0 commit comments