I hereby claim:
- I am yuxuanchen1997 on github.
- I am yuxuanchen1997 (https://keybase.io/yuxuanchen1997) on keybase.
- I have a public key ASANpWqniZvrmpdUYPciQjV69JZ3Mp-h8Th_VmD4Yk87Xgo
To claim this, I am signing this object:
template <bool v> | |
struct BC { | |
static constexpr bool value = v; | |
}; | |
template <typename B> struct __and_ : B { | |
static constexpr bool value = true; | |
}; | |
template <typename A> |
template <bool v> | |
struct __bool_constant { | |
static constexpr bool value = v; | |
}; | |
__bool_constant<true>; | |
template <int> | |
struct conditional {}; |
#include <coroutine> | |
#include <folly/experimental/coro/BlockingWait.h> | |
#include <folly/experimental/coro/Task.h> | |
#include <folly/init/Init.h> | |
#include <benchmark/benchmark.h> | |
#include <gflags/gflags.h> | |
DEFINE_int32(numThreads, 1, ""); |
I hereby claim:
To claim this, I am signing this object: