Skip to content

Instantly share code, notes, and snippets.

@kikairoya
Created September 27, 2010 13:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kikairoya/598985 to your computer and use it in GitHub Desktop.
Save kikairoya/598985 to your computer and use it in GitHub Desktop.
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