Merge pull request #346 from scchan/fix_rhel_build

use assign rather than insert
Этот коммит содержится в:
Maneesh Gupta
2018-01-26 06:59:25 +05:30
коммит произвёл GitHub
родитель a81c0313cc 6f90e4213f
Коммит 8a98b2d665
+2 -2
Просмотреть файл
@@ -88,7 +88,7 @@ namespace hip_impl
std::copy_n(it, sizeof(y.cbuf), y.cbuf);
it += sizeof(y.cbuf);
y.triple.insert(y.triple.cend(), it, it + y.triple_sz);
y.triple.assign(it, it + y.triple_sz);
std::copy_n(
f + y.offset, y.bundle_sz, std::back_inserter(y.blob));
@@ -155,4 +155,4 @@ namespace hip_impl
{
read(f, l, *this);
}
} // Namespace hip_impl.
} // Namespace hip_impl.