ソースを参照

Factory functions decision documented (#64).

main
offa 7年前
コミット
2c46a00fe9
1個のファイルの変更6行の追加0行の削除
  1. +6
    -0
      README.md

+ 6
- 0
README.md ファイルの表示

@@ -24,6 +24,12 @@ These deviations are necessary through standard requirements.
The function `std::uncaught_exceptions()` is not available in C++14 and is therefore replaced with `std::uncaught_exception()`. This has some limitations, but is the only solution until C++17 is used.


## Defiations

###### Factory functions
The Factory functions for both types are kept for the C++14 implementations as *deduction guides* aren't available.


## Documentation

- [*P0052R5 - Generic Scope Guard and RAII Wrapper for the Standard Library*][2] (P. Sommerlad, A. L. Sandoval, E. Niebler, D. Krügler)

読み込み中…
キャンセル
保存