Kaynağa Gözat

Formatting.

main
offa 7 yıl önce
ebeveyn
işleme
5154c6bdc2
2 değiştirilmiş dosya ile 3 ekleme ve 2 silme
  1. +1
    -1
      include/scope_fail.h
  2. +2
    -1
      include/unique_resource.h

+ 1
- 1
include/scope_fail.h Dosyayı Görüntüle

@@ -42,7 +42,6 @@ namespace sr


int m_uncaught_on_creation = uncaught_exceptions();

};


@@ -62,6 +61,7 @@ namespace sr

using detail::scope_guard_base<EF, detail::scope_fail_strategy>::scope_guard_base;


private:

};

+ 2
- 1
include/unique_resource.h Dosyayı Görüntüle

@@ -30,7 +30,8 @@ namespace sr
namespace detail
{
template<class T, class TT>
using is_ntmocp_constructible = std::conditional_t<std::is_reference<TT>::value || !std::is_nothrow_move_constructible<TT>::value,
using is_ntmocp_constructible = std::conditional_t<std::is_reference<TT>::value
|| !std::is_nothrow_move_constructible<TT>::value,
typename std::is_constructible<T, const TT&>::type,
typename std::is_constructible<T, TT>::type>;


Yükleniyor…
İptal
Kaydet