Skip to content

Commit

Permalink
Correct a typo in a namespace declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
ckormanyos committed Aug 13, 2023
1 parent f58dec7 commit 0a20eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_uintwide_t_edge_cases.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1015,7 +1015,7 @@ auto test_gcd_equal_left_right() -> bool
[](const std::size_t first, const std::size_t last_inclusive, const std::uint64_t right) // NOLINT(bugprone-easily-swappable-parameters)
{
#if defined(WIDE_INTEGER_NAMESPACE)
using local_distribution_type = WIDE_INTEGER_NAMESPACE::math::wide_integer::gcd;
using WIDE_INTEGER_NAMESPACE::math::wide_integer::gcd;
#else
using ::math::wide_integer::gcd;
#endif
Expand Down

0 comments on commit 0a20eff

Please sign in to comment.