/// \file ROOT/RIntegerSequence.hxx /// \ingroup Base StdExt /// \author Enrico Guiraud /// \date 2018-04-06 /************************************************************************* * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. * * All rights reserved. * * * * For the licensing terms see $ROOTSYS/LICENSE. * * For the list of contributors see $ROOTSYS/README/CREDITS. * *************************************************************************/ #ifndef ROOT_RIntegerSequence #define ROOT_RIntegerSequence #include #include "ROOT/RSpan.hxx" #ifdef R__HAS_STD_INDEX_SEQUENCE // no need to backport #include #else // backport libc++'s implementation (master branch, commit ece1de8) #include #include namespace ROOT { namespace Detail { template struct __integer_sequence { template