This file contains hidden or 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
#include <boost/assign/std/vector.hpp> | |
#include <boost/bind.hpp> | |
#include <boost/bind/protect.hpp> | |
#include <boost/function.hpp> | |
#include <iostream> | |
#include <vector> | |
#include <algorithm> | |
template <typename F> |
This file contains hidden or 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
#include <boost/assign/std/vector.hpp> | |
#include <boost/bind.hpp> | |
#include <boost/bind/protect.hpp> | |
#include <boost/function.hpp> | |
#include <iostream> | |
#include <vector> | |
#include <algorithm> | |
void g(boost::function<void(int)> const &f, int i) { |
This file contains hidden or 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
Index: boost/fusion/container/vector/detail/equal_to_impl.hpp | |
=================================================================== | |
--- boost/fusion/container/vector/detail/equal_to_impl.hpp (revision 74355) | |
+++ boost/fusion/container/vector/detail/equal_to_impl.hpp (working copy) | |
@@ -17,11 +17,8 @@ | |
namespace extension | |
{ | |
- template <typename Tag> | |
- struct equal_to_impl; |
This file contains hidden or 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
#include <boost/mpl/assert.hpp> | |
#include <boost/mpl/at.hpp> | |
#include <boost/mpl/back_inserter.hpp> | |
#include <boost/mpl/copy.hpp> | |
#include <boost/mpl/divides.hpp> | |
#include <boost/mpl/empty_sequence.hpp> | |
#include <boost/mpl/equal.hpp> | |
#include <boost/mpl/equal_to.hpp> | |
#include <boost/mpl/fold.hpp> | |
#include <boost/mpl/for_each.hpp> |
This file contains hidden or 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
#include <iostream> | |
#include <boost/proto/proto.hpp> | |
#include <boost/fusion/include/pair.hpp> | |
#include <boost/fusion/include/as_map.hpp> | |
#include <boost/fusion/include/as_vector.hpp> | |
#include <boost/fusion/include/push_back.hpp> | |
using namespace std; | |
using namespace boost::proto; |
NewerOlder