X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/10728a913d95590a3d5f162ce6016ca3e3cd4e92..c79ec1de5b266ba27e433dbac9bef2edf258341f:/include/xbt/utility.hpp diff --git a/include/xbt/utility.hpp b/include/xbt/utility.hpp index c2315dbbf4..2a2c38260e 100644 --- a/include/xbt/utility.hpp +++ b/include/xbt/utility.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2016-2017. The SimGrid Team. +/* Copyright (c) 2016-2019. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -57,10 +57,6 @@ template inline void intrusive_erase(List& list, Elem& */ template class integer_sequence { - static constexpr std::size_t size() - { - return std::tuple_size::value; - } }; namespace bits {