clang-tidy: modernize-concat-nested-namespaces (NFC)

This commit is contained in:
Peter Johnson
2020-12-28 01:19:59 -08:00
parent 67e03e625d
commit 6131f4e32b
162 changed files with 324 additions and 656 deletions

View File

@@ -43,13 +43,7 @@
#include "units/time.h"
#include "units/velocity.h"
namespace units {
/**
* @brief namespace for physical constants like PI and Avogadro's Number.
* @sa See unit_t for more information on unit type containers.
*/
#if !defined(DISABLE_PREDEFINED_UNITS)
namespace constants {
namespace units::constants {
/**
* @name Unit Containers
* @anchor constantContainers
@@ -105,6 +99,4 @@ static constexpr const unit_t<
(15 * math::cpow<3>(h) * math::cpow<2>(c) *
math::cpow<4>(N_A))); ///< Stefan-Boltzmann constant.
/** @} */
} // namespace constants
#endif
} // namespace units
} // namespace units::constants