diff --git a/include/fast_float/fast_float.h b/include/fast_float/fast_float.h index ad3093e..d3497fd 100644 --- a/include/fast_float/fast_float.h +++ b/include/fast_float/fast_float.h @@ -58,6 +58,6 @@ template from_chars_result from_chars_advanced(const char *first, const char *last, T &value, parse_options options) noexcept; -} +} // namespace fast_float #include "parse_number.h" #endif // FASTFLOAT_FAST_FLOAT_H diff --git a/include/fast_float/fast_table.h b/include/fast_float/fast_table.h index 5766274..46ee965 100644 --- a/include/fast_float/fast_table.h +++ b/include/fast_float/fast_table.h @@ -694,6 +694,6 @@ const uint64_t powers_template::power_of_five_128[number_of_entries] = { 0x8e679c2f5e44ff8f,0x570f09eaa7ea7648,}; using powers = powers_template<>; -} +} // namespace fast_float #endif