Убраны предупреждения
This commit is contained in:
@ -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 )
|
||||
|
Reference in New Issue
Block a user