@@ -12,8 +12,11 @@ Implementation of `scope_guard` and `unique_resource` as proposed in [**N3949**] | |||
This implementation conforms to [N3949][1], except: | |||
1. **Namespace:** Another namespace is used instead of `std`. | |||
1. **Filenames:** The filenames contain a `.h` extension. | |||
##### Namespace | |||
Another namespace is used instead of `std`. | |||
##### Filenames | |||
The filenames contain a `.h` extension. | |||
These deviations are necessary through standard requirements. | |||