$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [thread] mixing boost::mutex from different boost versions
From: klaus triendl (klaus_at_[hidden])
Date: 2009-05-10 06:45:51
Hi,
are boost::mutexes from different boost versions ABI compatible,
provided that the modules (boost thread library, my own) are compiled
with the same compiler?
My question arises because I'm creating a windows DLL with class methods
taking a boost::mutex& from let's say boost 1.38, but an application
(the EXE) might use e.g. boost 1.39.
Klaus Triendl