Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
kimwalisch committed Jul 1, 2024
1 parent 60b3900 commit bc8e9e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/phi_vector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
#include <algorithm>
#include <utility>

namespace {

using namespace primecount;

namespace {

template <typename Primes>
class PhiCache : public BitSieve240
{
Expand Down

0 comments on commit bc8e9e2

Please sign in to comment.