Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions units/r20_conv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SPDX-License-Identifier: BSD-3-Clause
#include <tuple>
#include <unordered_map>

namespace units {
namespace UNITS_NAMESPACE {
namespace precise {
using unitD = std::tuple<const char*, const char*, precise_unit>;
static UNITS_CPP14_CONSTEXPR_OBJECT std::array<unitD, 2088> r20_units = {{
Expand Down Expand Up @@ -3171,4 +3171,4 @@ namespace detail {

#endif

} // namespace units
} // namespace UNITS_NAMESPACE
Loading