Michele Caini 3 лет назад
Родитель
Сommit
207b7674ae
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      src/entt/entity/storage.hpp

+ 0 - 1
src/entt/entity/storage.hpp

@@ -1118,7 +1118,6 @@ public:
      * @tparam It Type of mutable forward iterator.
      * @tparam It Type of mutable forward iterator.
      * @param first An iterator to the first element of the range to generate.
      * @param first An iterator to the first element of the range to generate.
      * @param last An iterator past the last element of the range to generate.
      * @param last An iterator past the last element of the range to generate.
-     * @return Iterator pointing to the first entity inserted, if any.
      */
      */
     template<typename It>
     template<typename It>
     void insert(It first, It last) {
     void insert(It first, It last) {