File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -63,8 +63,8 @@ class SFixed
6363 const InternalType value;
6464
6565 public:
66- constexpr inline explicit RawType (const InternalType & value) : value(value) {}
67- constexpr inline explicit operator InternalType () const { return this ->value ; }
66+ constexpr explicit RawType (const InternalType & value) : value(value) {}
67+ constexpr explicit operator InternalType () const { return this ->value ; }
6868 };
6969
7070protected:
Original file line number Diff line number Diff line change @@ -63,8 +63,8 @@ class UFixed
6363 const InternalType value;
6464
6565 public:
66- constexpr inline explicit RawType (const InternalType & value) : value(value) {}
67- constexpr inline explicit operator InternalType () const { return this ->value ; }
66+ constexpr explicit RawType (const InternalType & value) : value(value) {}
67+ constexpr explicit operator InternalType () const { return this ->value ; }
6868 };
6969
7070protected:
You can’t perform that action at this time.
0 commit comments