tags:

views:

27

answers:

0

I want to use boost::asio in a project by itself. I am not using threads, but when I use bcp to extract asio it pulls out ALOT of code including the thread stuff. How can I use bcp to only pull out what I need for simple single threaded socket routines?