diff --git a/m4/cxx.m4 b/m4/cxx.m4 index 5e8ee2ab..58bc47e9 100644 --- a/m4/cxx.m4 +++ b/m4/cxx.m4 @@ -34,9 +34,9 @@ AC_DEFUN([BISON_TEST_FOR_WORKING_CXX_COMPILER], using namespace std;], [std::cerr << ""; cout << ""; - typedef std::pair uipair; - std::map m; - std::map::iterator i; + typedef std::pair uipair; + std::map m; + std::map::iterator i; m.insert (uipair (4, -4)); for (i = m.begin (); i != m.end (); ++i) if (i->first != 4)