gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r9616: use namespace std for isnan


From: Markus Gothe
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r9616: use namespace std for isnan
Date: Mon, 18 Aug 2008 21:09:16 +0200
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9616
committer: Markus Gothe <address@hidden>
branch nick: gnash
timestamp: Mon 2008-08-18 21:09:16 +0200
message:
  use namespace std for isnan
modified:
  testsuite/libcore.all/AsValueTest.cpp
=== modified file 'testsuite/libcore.all/AsValueTest.cpp'
--- a/testsuite/libcore.all/AsValueTest.cpp     2008-05-17 09:47:04 +0000
+++ b/testsuite/libcore.all/AsValueTest.cpp     2008-08-18 19:09:16 +0000
@@ -31,6 +31,7 @@
 
 #include "utility.h"
 
+using namespace std;
 using namespace gnash;
 
 int


reply via email to

[Prev in Thread] Current Thread [Next in Thread]