mirror of
https://github.com/TomHarte/CLK.git
synced 2024-12-01 11:49:58 +00:00
Omits redundant qualifier.
This code can't be anything but `inline`.
This commit is contained in:
parent
12441bddab
commit
0521de668a
@ -149,7 +149,7 @@ template <class T> class WrappedInt {
|
|||||||
Flushes the value in @c this. The current value is returned, and the internal value
|
Flushes the value in @c this. The current value is returned, and the internal value
|
||||||
is reset to zero.
|
is reset to zero.
|
||||||
*/
|
*/
|
||||||
forceinline template <typename Result> Result flush() {
|
template <typename Result> Result flush() {
|
||||||
// Jiggery pokery here; switching to function overloading avoids
|
// Jiggery pokery here; switching to function overloading avoids
|
||||||
// the namespace-level requirement for template specialisation.
|
// the namespace-level requirement for template specialisation.
|
||||||
Result r;
|
Result r;
|
||||||
|
Loading…
Reference in New Issue
Block a user