We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ef166e commit e4512b5Copy full SHA for e4512b5
libcxxabi/src/cxa_vector.cpp
@@ -24,9 +24,9 @@
24
25
namespace __cxxabiv1 {
26
27
-#if 0
28
-#pragma mark --Helper routines and classes --
29
-#endif
+//
+// Helper routines and classes
30
31
namespace {
32
inline static size_t __get_element_count ( void *p ) {
@@ -111,9 +111,9 @@ namespace {
111
};
112
}
113
114
115
-#pragma mark --Externally visible routines--
116
+// Externally visible routines
117
118
119
_LIBCXXABI_NORETURN
0 commit comments