Skip to content

Commit

Permalink
Fix a few out-of-date namespaces/comments/filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
John McFarlane committed Aug 25, 2020
1 parent 28b9eb7 commit 73fc579
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion include/cnl/_impl/numbers_17.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
namespace cnl {

////////////////////////////////////////////////////////////////////////////////
// cnl::math_constants
// cnl::numbers

#if defined(__cpp_inline_variables)
namespace _impl {
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion include/cnl/scaled_integer.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#if !defined(CNL_SCALED_INTEGER_H)
#define CNL_SCALED_INTEGER_H

#include "_impl/scaled_integer/constants.h"
#include "_impl/scaled_integer/convert_operator.h"
#include "_impl/scaled_integer/declaration.h"
#include "_impl/scaled_integer/extras.h"
Expand All @@ -21,6 +20,7 @@
#include "_impl/scaled_integer/math.h"
#include "_impl/scaled_integer/named.h"
#include "_impl/scaled_integer/num_traits.h"
#include "_impl/scaled_integer/numbers.h"
#include "_impl/scaled_integer/operators.h"
#include "_impl/scaled_integer/rep.h"
#include "_impl/scaled_integer/set_rep.h"
Expand Down
2 changes: 1 addition & 1 deletion test/unit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ set(test_sources
integer/type.cpp
scaled_integer/scaled_integer_built_in.cpp
scaled_integer/decimal.cpp
scaled_integer/constants.cpp
scaled_integer/numbers.cpp
fraction/ctors.cpp
fraction/fraction.cpp
elastic_integer/elastic_integer.cpp
Expand Down
2 changes: 1 addition & 1 deletion test/unit/numbers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
namespace {
#if defined(__cpp_inline_variables)

namespace test_math_constants {
namespace test_numbers {
template<typename T>
void test_type()
{
Expand Down
File renamed without changes.

0 comments on commit 73fc579

Please sign in to comment.