Browse Source

Link to the C++14 branch added.

main
offa 7 years ago
parent
commit
46cfaccecc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@@ -8,7 +8,7 @@
Implementation of *Scope Guards* (`scope_exit`, `scope_success`, `scope_fail`) and `unique_resource` as proposed in [**P0052R5**][2] (former [N3949][1]).


There's a *C++14* implementation on the **`cpp14`** Branch.
There's a *C++14* implementation on the [**`cpp14`**](https://github.com/offa/scope-guard/tree/cpp14) Branch.


## Compatibility

Loading…
Cancel
Save