Block or Report
Block or report randombit
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
-
dfinity/ic Public
Internet Computer blockchain source: the client/replica software run by nodes
791 contributions in the last year
Less
More
Contribution activity
February 2022
Created 68 commits in 2 repositories
Created a pull request in randombit/botan that received 2 comments
Opened 7 other pull requests in 1 repository
randombit/botan
6
merged
1
open
Reviewed 1 pull request in 1 repository
randombit/botan
1 pull request
Created an issue in llvm/llvm-project that received 1 comment
False positive from clang-analyzer-deadcode.DeadStores with std::ref and std::bind
#include <functional>
#include <stdio.h> void run(int v) { printf("%d\n", v); } int main() { int v = 5; auto f = std::bind(run, std::ref(v)); f(); …
1
comment