mirror of
https://github.com/fastfloat/fast_float.git
synced 2026-02-09 11:16:45 +08:00
unfck lint
This commit is contained in:
parent
4ca0df87e8
commit
b6db81d8b4
@ -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