From 8fa8adb4af16a22f717aa11ee97e9e54fbd069c3 Mon Sep 17 00:00:00 2001 From: Vassil Vassilev <vvasilev@cern.ch> Date: Sat, 10 Dec 2016 16:54:10 +0100 Subject: [PATCH] Add clarification comment. --- hist/hist/inc/TNDArray.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hist/hist/inc/TNDArray.h b/hist/hist/inc/TNDArray.h index aa44927f4f7..fb84ccc7e99 100644 --- a/hist/hist/inc/TNDArray.h +++ b/hist/hist/inc/TNDArray.h @@ -194,7 +194,7 @@ protected: ClassDef(TNDArrayT, 1); // N-dimensional array }; -#ifndef __CINT__ +// FIXME: Remove once we implement https://sft.its.cern.ch/jira/browse/ROOT-6284 // When building with -fmodules, it instantiates all pending instantiations, // instead of delaying them until the end of the translation unit. // We 'got away with' probably because the use and the definition of the @@ -204,7 +204,6 @@ protected: // specialization in order to compile the dictionary G__Hist.cxx. template<> void TNDArrayT<double>::Streamer(TBuffer &R__b); template<> TClass *TNDArrayT<double>::Class(); -#endif // __CINT__ #endif // ROOT_TNDArray -- GitLab