General: <unresolved overloaded function type>
Hello List,
Just a general question:
I am trying to use boost::asio::async_read_until with a these templated
functions:
template<typename D>
struct entity {
template<typename T>
std::pair
Steven Watanabe wrote:
AMDG
Etienne Philip Pretorius wrote:
return std::make_pair
; Try std::make_pair(end, false); Oops - Id10t error.
Thank you.
In Christ, Steven Watanabe
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
participants (2)
-
Etienne Philip Pretorius
-
Steven Watanabe