瀏覽代碼

Update README.md

main
offa 7 年之前
父節點
當前提交
cd430e9169
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. +7
    -0
      README.md

+ 7
- 0
README.md 查看文件

@@ -5,6 +5,12 @@
[![License](https://img.shields.io/badge/license-GPLv3-yellow.svg)](LICENSE)
![C++](https://img.shields.io/badge/c++-14-green.svg)

Implementation of `scope_guard` and `unique_resource` as proposed in [N3949 - Scoped Resource][1].


## Documentation

- [*N3949 - Scoped Resource - Generic RAII Wrapper for the Standard Library*][1] (P. Sommerlad, A. L. Sandoval)

## License

@@ -24,3 +30,4 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.


[1]: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n3949.pdf

Loading…
取消
儲存