forked from Lainports/opnsense-ports
13 lines
354 B
C++
13 lines
354 B
C++
--- src/libtomahawk/utils/Closure.h.orig 2014-11-20 00:17:56 UTC
|
|
+++ src/libtomahawk/utils/Closure.h
|
|
@@ -40,6 +40,10 @@ using std::tr1::function;
|
|
#include <boost/noncopyable.hpp>
|
|
#include <boost/scoped_ptr.hpp>
|
|
|
|
+#ifdef _LIBCPP_VERSION
|
|
+namespace std { namespace tr1 = std; }
|
|
+#endif
|
|
+
|
|
namespace _detail {
|
|
|
|
class DLLEXPORT ClosureArgumentWrapper {
|