renamed assign to copy and moved it to a new algorithm/auxiliary category

[SVN r69137]
This commit is contained in:
Joel de Guzman
2011-02-22 01:30:12 +00:00
parent dc2303d38b
commit 1efa444f24
5 changed files with 32 additions and 9 deletions

View File

@ -18,6 +18,5 @@
#include <boost/fusion/sequence/intrinsic/value_at.hpp>
#include <boost/fusion/sequence/intrinsic/at_key.hpp>
#include <boost/fusion/sequence/intrinsic/value_at_key.hpp>
#include <boost/fusion/sequence/intrinsic/assign.hpp>
#endif