rakshasa / libtorrent

libTorrent BitTorrent library
http://rtorrent.net/downloads/
GNU General Public License v2.0
886 stars 209 forks source link

Don't check the HAVE_CXX11 macro #121

Closed klusark closed 7 years ago

klusark commented 7 years ago

The macro only gets defined if C++11 is not required, however it is required. Instead check if we're using c++0x as that macro will be defined when using --enable-c++0x