X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7b4d2c4a1c1c667a0a5676dff5dffe6cb6b8aced..b99b51856d0002d16c0b5a8f01a90da6eed467d2:/include/xbt/utility.hpp diff --git a/include/xbt/utility.hpp b/include/xbt/utility.hpp index 84c282e7db..2a2c38260e 100644 --- a/include/xbt/utility.hpp +++ b/include/xbt/utility.hpp @@ -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 {