opnsense-ports/devel/commoncpp/files/patch-src_mutex.cpp
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
252 B
C++

--- src/mutex.cpp 2010-10-31 16:56:23.000000000 -0700
+++ src/mutex.cpp 2012-08-12 20:34:58.000000000 -0700
@@ -50,6 +50,8 @@
using namespace __gnu_cxx;
#endif
+using namespace std;
+
#ifdef CCXX_NAMESPACES
namespace ost {
using namespace std;