search for: do_length

Displaying 2 results from an estimated 2 matches for "do_length".

Did you mean: d_length
2005 Jan 30
2
Rinternals.h and iostream don't play nice together'
...s_noconv()' is initialized like a variable /usr/include/c++/3.3/bits/codecvt.h:147: error: parse error before `&' token /usr/include/c++/3.3/bits/codecvt.h:148: error: virtual outside class declaration /usr/include/c++/3.3/bits/codecvt.h:148: error: non-member function `int std::do_length(...)' cannot have `const' method qualifier /usr/include/c++/3.3/bits/codecvt.h:148: error: function `int std::do_length(...)' is initialized like a variable /usr/include/c++/3.3/bits/codecvt.h:151: error: virtual outside class declaration /usr/include/c++/3.3/bits/codecvt.h:151:...
2016 Jan 10
3
coerce SEXP type to C++ matrix class and back
...m example.cpp:7: /usr/include/c++/4.9/bits/codecvt.h:214:7: error: expected ?;? at end of member declaration length(state_type& __state, const extern_type* __from, ^ /usr/include/c++/4.9/bits/codecvt.h:216:7: error: expected unqualified-id before ?{? token { return this->do_length(__state, __from, __end, __max); } ^ /usr/lib/R/etc/Makeconf:137: recipe for target 'example.o' failed make: *** [example.o] Error 1 Many thanks for your help.