mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-01 03:14:29 +02:00
literals namespace made inline
This commit is contained in:
@@ -26,7 +26,6 @@
|
||||
#include <chrono>
|
||||
|
||||
using namespace units;
|
||||
using namespace units::literals;
|
||||
|
||||
namespace {
|
||||
|
||||
@@ -76,7 +75,6 @@ namespace std {
|
||||
namespace {
|
||||
|
||||
using namespace units;
|
||||
using namespace units::literals;
|
||||
|
||||
// class invariants
|
||||
|
||||
|
@@ -27,8 +27,8 @@
|
||||
#include <utility>
|
||||
|
||||
namespace {
|
||||
|
||||
using namespace units;
|
||||
using namespace units::literals;
|
||||
|
||||
// frequency
|
||||
|
||||
|
Reference in New Issue
Block a user