Created
September 27, 2010 13:10
-
-
Save kikairoya/598985 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/pstade/egg/detail/little_indirect_result.hpp b/pstade/egg/detail/little_indirect_result.hpp | |
old mode 100644 | |
new mode 100755 | |
index 4785954..bf2cfeb | |
--- a/pstade/egg/detail/little_indirect_result.hpp | |
+++ b/pstade/egg/detail/little_indirect_result.hpp | |
@@ -45,8 +45,8 @@ namespace pstade { namespace egg { namespace detail { | |
} | |
// 0ary | |
- typedef typename | |
- result_of<func_type()>::type | |
+ typedef | |
+ result_of<func_type()> | |
nullary_result_type; | |
template<class Re> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment