summaryrefslogtreecommitdiff
path: root/include/benoit/t/pos.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/benoit/t/pos.hh')
-rw-r--r--include/benoit/t/pos.hh9
1 files changed, 4 insertions, 5 deletions
diff --git a/include/benoit/t/pos.hh b/include/benoit/t/pos.hh
index aa43522..697fdef 100644
--- a/include/benoit/t/pos.hh
+++ b/include/benoit/t/pos.hh
@@ -1,13 +1,12 @@
# pragma once
-# include <boost/multiprecision/mpfr.hpp>
namespace benoit {
namespace t {
class pos {
public:
- pos(boost::multiprecision::mpfr_float x = 0x0,boost::multiprecision::mpfr_float y = 0x0);
- long double x = 0x0;
- long double y = 0x0;
- long double zoom = 0x1;
+ pos(__float128 x = 0x0,__float128 y = 0x0);
+ __float128 x = 0x0;
+ __float128 y = 0x0;
+ __float128 zoom = 0x1;
};
}
}