Skip to content

Commit

Permalink
Don’t invent gratuitous namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
eggrobin committed Dec 30, 2024
1 parent 6e43f1c commit 18b1366
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions functions/sin_cos_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,14 @@
// below.

namespace principia {
namespace numerics_multiprecision_tests {
namespace {

using namespace boost::multiprecision;
using namespace principia::functions::_multiprecision;
using namespace principia::numerics::_next;
using namespace principia::numerics::_sin_cos;
using namespace principia::testing_utilities::_almost_equals;

namespace {

class SinCosTest : public ::testing::Test {};

TEST_F(SinCosTest, Random) {
Expand Down Expand Up @@ -150,5 +148,4 @@ TEST_F(SinCosTest, HardReduction) {
}

} // namespace
} // namespace numerics_multiprecision_tests
} // namespace principia

0 comments on commit 18b1366

Please sign in to comment.