mirror of
https://github.com/mpusz/mp-units.git
synced 2025-07-30 02:17:16 +02:00
refactor: 💥 iec80000
system renamed to iec
This commit is contained in:
@ -39,7 +39,7 @@ add_library(
|
||||
fixed_string_test.cpp
|
||||
hep_test.cpp
|
||||
iau_test.cpp
|
||||
iec80000_test.cpp
|
||||
iec_test.cpp
|
||||
imperial_test.cpp
|
||||
international_test.cpp
|
||||
isq_test.cpp
|
||||
|
@ -20,7 +20,7 @@
|
||||
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
// SOFTWARE.
|
||||
|
||||
#include <mp-units/systems/iec80000.h>
|
||||
#include <mp-units/systems/iec.h>
|
||||
#include <mp-units/systems/isq/base_quantities.h>
|
||||
#include <mp-units/systems/si.h>
|
||||
|
||||
@ -29,8 +29,8 @@
|
||||
namespace {
|
||||
|
||||
using namespace mp_units;
|
||||
using namespace mp_units::iec80000;
|
||||
using namespace mp_units::iec80000::unit_symbols;
|
||||
using namespace mp_units::iec;
|
||||
using namespace mp_units::iec::unit_symbols;
|
||||
using namespace mp_units::si::unit_symbols;
|
||||
using enum mp_units::quantity_character;
|
||||
|
@ -21,7 +21,7 @@
|
||||
// SOFTWARE.
|
||||
|
||||
#include <mp-units/systems/iau.h>
|
||||
#include <mp-units/systems/iec80000.h>
|
||||
#include <mp-units/systems/iec.h>
|
||||
#include <mp-units/systems/si.h>
|
||||
#ifdef MP_UNITS_IMPORT_STD
|
||||
import std;
|
||||
@ -33,7 +33,7 @@ namespace {
|
||||
|
||||
using namespace mp_units;
|
||||
using namespace mp_units::si;
|
||||
using namespace mp_units::iec80000;
|
||||
using namespace mp_units::iec;
|
||||
|
||||
using enum text_encoding;
|
||||
using enum unit_symbol_solidus;
|
||||
|
Reference in New Issue
Block a user