forked from orocos-toolchain/rtt
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mqueue: fix serialization of array types.
make_array() returns a const& to a boost::serialization::array object, which is unusable for loading (due to the const). A specialisation catches this case and forwards it with a &boost::serialization::array object. Signed-off-by: Peter Soetens <[email protected]>
- Loading branch information
Peter Soetens
committed
Sep 9, 2010
1 parent
bc44169
commit 3b77b98
Showing
2 changed files
with
45 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters