2
0
mirror of https://github.com/boostorg/scope.git synced 2026-01-19 04:42:10 +00:00

Added missing return in get_random_bytes example in the docs.

This commit is contained in:
Andrey Semashev
2024-02-06 15:36:52 +03:00
parent 3aa8d4fc00
commit 052f3ad41f

View File

@@ -296,6 +296,8 @@ with many more kinds of resource types, such as integers (e.g. POSIX file descri
read_size += res;
}
return 0;
}
[endsect]