mirror of
https://github.com/fastfloat/fast_float.git
synced 2026-09-15 07:02:43 +08:00
lint unfck
This commit is contained in:
parent
32f5fe73b9
commit
734a038353
@ -54,7 +54,7 @@ float cygwin_strtof_l(char const *start, char **end) {
|
||||
class RandomEngine {
|
||||
public:
|
||||
RandomEngine() = delete;
|
||||
RandomEngine(uint64_t new_seed) : wyhash64_x_(new_seed) {};
|
||||
RandomEngine(uint64_t new_seed) : wyhash64_x_(new_seed) {}
|
||||
|
||||
uint64_t next() {
|
||||
// Adapted from https://github.com/wangyi-fudan/wyhash/blob/master/wyhash.h
|
||||
|
||||
@ -54,7 +54,7 @@ float cygwin_strtof_l(char const *start, char **end) {
|
||||
class RandomEngine {
|
||||
public:
|
||||
RandomEngine() = delete;
|
||||
RandomEngine(uint64_t new_seed) : wyhash64_x_(new_seed) {};
|
||||
RandomEngine(uint64_t new_seed) : wyhash64_x_(new_seed) {}
|
||||
|
||||
uint64_t next() {
|
||||
// Adapted from https://github.com/wangyi-fudan/wyhash/blob/master/wyhash.h
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user