xo-unit: refactor: moving og quantity.hpp to mpl/ subdir

This commit is contained in:
Roland Conybeare 2024-04-22 15:13:40 -04:00
commit f8951bfc50
8 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
/** @file ex1.cpp **/ /** @file ex1.cpp **/
#include "xo/unit/quantity.hpp" #include "xo/unit/mpl/quantity.hpp"
#include <iostream> #include <iostream>
int int

View file

@ -1,6 +1,6 @@
/** @file ex2.cpp **/ /** @file ex2.cpp **/
#include "xo/unit/quantity.hpp" #include "xo/unit/mpl/quantity.hpp"
#include <iostream> #include <iostream>
int int

View file

@ -1,6 +1,6 @@
/** @file ex3.cpp **/ /** @file ex3.cpp **/
#include "xo/unit/quantity.hpp" #include "xo/unit/mpl/quantity.hpp"
#include <iostream> #include <iostream>
int int

View file

@ -1,6 +1,6 @@
/** @file ex4.cpp **/ /** @file ex4.cpp **/
#include "xo/unit/quantity.hpp" #include "xo/unit/mpl/quantity.hpp"
#include <iostream> #include <iostream>
int int

View file

@ -1,6 +1,6 @@
/** @file ex5.cpp **/ /** @file ex5.cpp **/
#include "xo/unit/quantity.hpp" #include "xo/unit/mpl/quantity.hpp"
#include <iostream> #include <iostream>
int int

View file

@ -1,6 +1,6 @@
/** @file ex6.cpp **/ /** @file ex6.cpp **/
#include "xo/unit/quantity.hpp" #include "xo/unit/mpl/quantity.hpp"
#include <iostream> #include <iostream>
int int

View file

@ -1,6 +1,6 @@
/* @file quantity.test.cpp */ /* @file quantity.test.cpp */
#include "xo/unit/quantity.hpp" #include "xo/unit/mpl/quantity.hpp"
#include "xo/reflect/Reflect.hpp" #include "xo/reflect/Reflect.hpp"
//#include <xo/randomgen/random_seed.hpp> //#include <xo/randomgen/random_seed.hpp>
//#include <xo/randomgen/xoshiro256.hpp> //#include <xo/randomgen/xoshiro256.hpp>