bugfix : fix for Build problem on Mac OS 10.8.2.
Signed-off-by: Kim <Kulling>pull/20/head
parent
3587eef6eb
commit
8213805dc6
|
@ -175,7 +175,7 @@ namespace boost {
|
|||
// Get a specific tuple element
|
||||
template <unsigned N>
|
||||
typename detail::type_getter<T0,0,typename very_long::next_type, N>::type& get () {
|
||||
return m.get<N>();
|
||||
return m.template get<N>();
|
||||
}
|
||||
|
||||
// ... and the const version
|
||||
|
|
Loading…
Reference in New Issue