I am trying to build a project using Boost\'s Asio and I am having some trouble. Initially, I tried to build the project without any additional libraries since everything i
In this case james' answer was correct, but if anybody else happens to stumble upon this post like I did then be aware that you can get this message if you link old boost headers against newer libraries. get_system_category() specifically has been deprecated. I ran into this problem while accidentally including distro-provided headers but linking against my own internal copy of boost.