Browse Source

Update README.md

main
offa 7 years ago
parent
commit
8e2cff731d
1 changed files with 12 additions and 0 deletions
  1. +12
    -0
      README.md

+ 12
- 0
README.md View File

@@ -8,10 +8,22 @@
Implementation of `scope_guard` and `unique_resource` as proposed in [**N3949**][1].


## Compatibility

This implemenation conforms to [N3949][1], except:

1. **Namespace:** Another namespace is used instead of `std`.
1. **Filenames:** The filenames contain a `.h` extension.

These deviations are necessary through standard requirements.


## Documentation

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



## License

**GNU General Public License (GPL)**

Loading…
Cancel
Save