프로그래밍/c++ - boost::asio
boost::asio::buffer_cast는 deperecated
제페
2020. 7. 31. 16:18
반응형
https://www.boost.org/doc/libs/1_73_0/doc/html/boost_asio/reference/buffer_cast.html
buffer_cast - 1.73.0
(Deprecated: Use the data() member function.) The boost::asio::buffer_cast function is used to obtain a pointer to the underlying memory region associated with a buffer. Cast a non-modifiable buffer to a specified pointer to POD type. template< typename Po
www.boost.org
확인 결과 boost 1.66.0 부터 deprecated 된 듯.
Use the data() member function
반응형