-
Committer:
Monty Taylor
-
Date:
2010-10-29 18:10:56 UTC
-
mto:
(1892.1.1 build)
-
mto:
This revision was merged to the branch mainline in
revision
1893.
-
Revision ID:
mordred@inaugust.com-20101029181056-fr8yk7xir5xf5luu
Fixed an issue that pops up when compiling with -std=c++0x turned on. Bind
is a functor in std:: - so the using namespace std; is finding the wrong
things.