Убраны предупреждения

This commit is contained in:
2020-07-22 15:57:41 +03:00
parent 078732d308
commit d951fd81cb
2 changed files with 4 additions and 4 deletions

View File

@ -144,7 +144,7 @@ public:
* @param container The container to assign from
*/
template< class ContiguousContainer >
typename std::enable_if< is_contiguous_container<
typename std::enable_if< is_contiguous_container< //NOLINT
ContiguousContainer, T >::value,
span& >::type
operator=( ContiguousContainer&& container )