File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -264,7 +264,7 @@ class DescriptorView {
264
264
};
265
265
static_assert (sizeof (DescriptorView) == sizeof (ISO::CFI_cdesc_t));
266
266
267
- // Static type information is suitable for loading in a read-only section.
267
+ // Static type information is suitable for residence in a read-only section.
268
268
// Information about intrinsic types is inferable from raw CFI_type_t
269
269
// type codes (packaged as TypeCode above).
270
270
// Information about derived types and their KIND parameter specializations
@@ -465,6 +465,11 @@ struct ProcedurePointer {
465
465
466
466
// TODO: coarray hooks
467
467
468
+
469
+ // TODO: Change mind on this class template. Restore DescriptorView -> Descriptor,
470
+ // its constructors, and add a factory static member function and a destructor
471
+ // that cleans up a non-pointer.
472
+
468
473
template <int MAX_RANK = CFI_MAX_RANK,
469
474
bool NONTRIVIAL_DERIVED_TYPE_ALLOWED = false , int MAX_LEN_PARMS = 0 >
470
475
class alignas (DescriptorView) Descriptor {
You can’t perform that action at this time.
0 commit comments