mirror of
https://github.com/fastfloat/fast_float.git
synced 2025-12-07 01:06:48 +08:00
Add missing namespace end comments
Other files have it.
This commit is contained in:
parent
08c47edf57
commit
ff5855813f
@ -58,6 +58,6 @@ template<typename T>
|
|||||||
from_chars_result from_chars_advanced(const char *first, const char *last,
|
from_chars_result from_chars_advanced(const char *first, const char *last,
|
||||||
T &value, parse_options options) noexcept;
|
T &value, parse_options options) noexcept;
|
||||||
|
|
||||||
}
|
} // namespace fast_float
|
||||||
#include "parse_number.h"
|
#include "parse_number.h"
|
||||||
#endif // FASTFLOAT_FAST_FLOAT_H
|
#endif // FASTFLOAT_FAST_FLOAT_H
|
||||||
|
|||||||
@ -694,6 +694,6 @@ const uint64_t powers_template<unused>::power_of_five_128[number_of_entries] = {
|
|||||||
0x8e679c2f5e44ff8f,0x570f09eaa7ea7648,};
|
0x8e679c2f5e44ff8f,0x570f09eaa7ea7648,};
|
||||||
using powers = powers_template<>;
|
using powers = powers_template<>;
|
||||||
|
|
||||||
}
|
} // namespace fast_float
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user