Skip to content

Commit 4415569

Browse files
committed
[ntuple] Move comment about void specializations
1 parent 25486c4 commit 4415569

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tree/ntuple/inc/ROOT/RField.hxx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -497,8 +497,7 @@ public:
497497
void AcceptVisitor(ROOT::Detail::RFieldVisitor &visitor) const final;
498498
};
499499

500-
// Has to be implemented after the definition of all RField<T> types
501-
// The void type is specialized in RField.cxx
500+
// Have to be implemented after the definition of all RField<T> types
502501

503502
namespace Internal {
504503

@@ -529,6 +528,8 @@ std::unique_ptr<T, typename RFieldBase::RCreateObjectDeleter<T>::deleter> RField
529528
return std::unique_ptr<T>(static_cast<T *>(CreateObjectRawPtr()));
530529
}
531530

531+
// The void type is specialized in RField.cxx
532+
532533
template <>
533534
struct RFieldBase::RCreateObjectDeleter<void> {
534535
using deleter = RCreateObjectDeleter<void>;

0 commit comments

Comments
 (0)