Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/FixedPointsArduino/commit/e9f532f93cac0840ff803614418f01641d136fbb
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
4 additions and
4 deletions
src/FixedPoints/SFixed.h
src/FixedPoints/UFixed.h
@ -63,8 +63,8 @@ protected:
const InternalType value ;
public :
constexpr inline explicit RawType ( const InternalType & value ) : value ( value ) { }
constexpr inline explicit operator InternalType ( ) const { return this - > value ; }
constexpr explicit RawType ( const InternalType & value ) : value ( value ) { }
constexpr explicit operator InternalType ( ) const { return this - > value ; }
} ;
protected :
@ -63,8 +63,8 @@ protected:
const InternalType value ;
public :
constexpr inline explicit RawType ( const InternalType & value ) : value ( value ) { }
constexpr inline explicit operator InternalType ( ) const { return this - > value ; }
constexpr explicit RawType ( const InternalType & value ) : value ( value ) { }
constexpr explicit operator InternalType ( ) const { return this - > value ; }
} ;
protected :