id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 1680,long long and wchar_t support in MPI,Douglas Gregor,Douglas Gregor,"Boost.MPI doesn't provide support for long long or wchar_t, because the code for this support is #ifdef'd out: #if 0 #ifndef BOOST_NO_INTRINSIC_WCHAR_T BOOST_MPI_DATATYPE(wchar_t, MPI_WCHAR, builtin); #endif #ifdef BOOST_HAS_LONG_LONG BOOST_MPI_DATATYPE(long long, MPI_LONG_LONG_INT, builtin); BOOST_MPI_DATATYPE(unsigned long long, MPI_UNSIGNED_LONG_LONG, builtin); #endif #endif We should enable support for long long and wchar_t when the underlying MPI supports it.",Bugs,closed,,mpi,Boost 1.35.0,Problem,fixed,,