id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 11353,"On Android thread_data.hpp include file, that doesn't exist in android-21 or higher.",altren@…,viboes,"thread/pthread/thread_data.hpp line 27 {{{ #if defined(__ANDROID__) #include // http://code.google.com/p/android/issues/detail?id=39983 #endif }}} should be replaced with {{{ #if defined(__ANDROID__) && (__ANDROID_API__ <= 20) #include // http://code.google.com/p/android/issues/detail?id=39983 #endif }}} because this file doesn't exist in android ndk distribution any more and not required for successful compilation.",Patches,closed,Boost 1.59.0,thread,Boost 1.57.0,Problem,fixed,,