2
0
mirror of https://github.com/boostorg/mpi.git synced 2026-02-25 16:32:22 +00:00

Added missing declspec

[SVN r55426]
This commit is contained in:
Matthias Troyer
2009-08-05 22:00:12 +00:00
parent e985aae60c
commit 2138aefce1

View File

@@ -88,7 +88,7 @@ private:
};
/// Retrieve the MPI datatype cache
mpi_datatype_map& mpi_datatype_cache();
BOOST_MPI_DECL mpi_datatype_map& mpi_datatype_cache();
} } } // end namespace boost::mpi::detail