git-svn-id: svn://db.shs.com.ru/pip@597 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -24,8 +24,9 @@
|
||||
|
||||
#ifndef PIFIXEDPOINT_H
|
||||
#define PIFIXEDPOINT_H
|
||||
|
||||
template<int Precision = 0, typename Type = int>
|
||||
class PIFixedPoint {
|
||||
class PIP_EXPORT PIFixedPoint {
|
||||
// friend PICout operator <<(PICout s, const FixedPoint<> & v);
|
||||
public:
|
||||
typedef PIFixedPoint<Precision, Type> fp;
|
||||
|
||||
Reference in New Issue
Block a user