id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 2033,STLPort & fpclassify compatibility issue,andysem@…,John Maddock,"In boost/math/special_functions/fpclassify.hpp there is a compatibility issue. The code does not compile on Linux (GCC 4.3.1) when STLPort 5.1.5 is used. The problem is in BOOST_FPCLASSIFY_PREFIX macro definition in line 42. The macro should take into account that STLPort does not import fpclassify function into stlp_std namespace but replaces std with stlp_std. One possible solution is to use _STLP_VENDOR_CSTD macro instead of std when compiled with STLPort. ",Bugs,closed,Boost 1.36.0,math,Boost Development Trunk,Problem,fixed,stlport math fpclassify,