mirror of
https://github.com/boostorg/lambda.git
synced 2026-01-24 18:02:22 +00:00
RET static -> static RET
[SVN r11735]
This commit is contained in:
@@ -28,7 +28,7 @@ namespace lambda {
|
||||
|
||||
template<> struct return_void_action<other_action<identity_action> > {
|
||||
template<class RET, class A>
|
||||
RET static apply(A& a) { a; }
|
||||
static RET apply(A& a) { a; }
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user