Export to GitHub

mili - issue #61
add PlainMemory manipulator for using with Safe policy in bstreams
Posted on Jan 19, 2012 by
Helpful Bear
For a little more flexibility using Safe policy, if we have a class which not overload operator<<, a PlainMemory manipulator could be added to use default operator<<.
so:
class Foo; out << PlainMemory(Foo)
should work
Comment #1
Posted on Feb 21, 2012 by Helpful Bear(No comment was entered for this change.)
Status: Accepted
Labels:
Type-Defect
Priority-Medium