We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4133b3 commit 0ea44fdCopy full SHA for 0ea44fd
examples/unique_resource-file.cpp
@@ -5,7 +5,7 @@
5
#include <cstdio>
6
#include <beman/scope/scope.hpp>
7
8
-//clang-format off
+// clang-format off
9
int main() {
10
11
{
@@ -29,4 +29,4 @@ int main() {
29
std::cout << "File has been closed \n";
30
31
}
32
-//clang-format on
+
examples/unique_resource.cpp
constexpr size_t arr_size = 10;
std::cout << "After scope: \n";
0 commit comments