xo-unit: bugfix: xo::obs -> xo::unit in examples
This commit is contained in:
parent
4446fc3e1e
commit
7432d3798c
3 changed files with 7 additions and 7 deletions
|
|
@ -5,9 +5,9 @@
|
|||
|
||||
int
|
||||
main () {
|
||||
namespace u = xo::obs::units;
|
||||
namespace qty = xo::obs::qty;
|
||||
using xo::obs::quantity;
|
||||
namespace u = xo::unit::units;
|
||||
namespace qty = xo::unit::qty;
|
||||
using xo::unit::quantity;
|
||||
using namespace std;
|
||||
|
||||
quantity<u::second> t = qty::milliseconds(10);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue