mirror of
https://github.com/fastfloat/fast_float.git
synced 2026-09-16 23:53:03 +08:00
lint unfck
This commit is contained in:
parent
cd6a33c814
commit
0bc9aec4b9
@ -54,6 +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) {}
|
||||
|
||||
uint64_t next() {
|
||||
|
||||
@ -54,6 +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) {}
|
||||
|
||||
uint64_t next() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user