git branch temp
git checkout temp
git branch -f master temp
git checkout master
git branch -d temp
git push -f origin master
git branch temp
git checkout temp
git branch -f master temp
git checkout master
git branch -d temp
git push -f origin master
#include <boost/foreach.hpp>
#include <boost/version.hpp>
namespace boost {
#if BOOST_VERSION != 104900
namespace BOOST_FOREACH = foreach;
#endif
} // namespace boost
#define foreach BOOST_FOREACH