Przeglądaj źródła

Noexcept added.

main
offa 7 lat temu
rodzic
commit
caf0b1a167
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      include/unique_resource.h

+ 1
- 1
include/unique_resource.h Wyświetl plik

@@ -48,7 +48,7 @@ namespace sr


template<class T, class U = std::conditional_t<std::is_nothrow_move_constructible<T>::value, T&&, const T&>>
constexpr U forward_if_nothrow_move_constructible(T&& value)
constexpr U forward_if_nothrow_move_constructible(T&& value) noexcept
{
return std::forward<T>(value);
}

Ładowanie…
Anuluj
Zapisz