Boost logo

Boost Users :

Subject: Re: [Boost-users] new user got compile error
From: boost001 (oldyoungguy88_at_[hidden])
Date: 2008-12-01 17:16:54


Steven Watanabe-4 wrote:
>
> AMDG
>
> James Peng wrote:
>>
>> class Server{
>>
>> public:
>> Server(){};
>> ~Server(){};
>>
>> void print();
>> protected:
>>
>> private:
>>
>> boost::asio::io_service io_service;
>> boost::asio::ip::tcp::acceptor acceptor(io_service,
>> boost::asio::ip::tcp::endpoint(boost::asio::ip::tcp::v4(), 13));
>> boost::asio::ip::tcp::socket asio_socket(io_service);
>> boost::system::error_code error_read;
>>
>> };
>
> You can't initialize members in the class body.
>
> In Christ,
> Steven Watanabe
>
> _______________________________________________
> Boost-users mailing list
> Boost-users_at_[hidden]
> http://lists.boost.org/mailman/listinfo.cgi/boost-users
>
>

I think I did this with ACE and other library. Boost is special? So I should
use pointer?

-- 
View this message in context: http://www.nabble.com/new-user-got-compile-error-tp20781541p20781826.html
Sent from the Boost - Users mailing list archive at Nabble.com.

Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net