mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-01 03:00:13 -04:00
updated shared_ptr header for OSX; Now Java and C# compile on OSX
This commit is contained in:
@@ -12,8 +12,8 @@ using std::shared_ptr;
|
||||
#include <tr1/memory>
|
||||
using namespace std::tr1;
|
||||
#elif defined(__ISAPPLE__)
|
||||
#include <tr1/memory>
|
||||
using namespace std::tr1;
|
||||
#include <memory>
|
||||
using std::shared_ptr;
|
||||
#elif defined(__ISWINDOWS__) && defined(__MINGW32__)
|
||||
#include <tr1/memory>
|
||||
using namespace std::tr1;
|
||||
|
||||
Reference in New Issue
Block a user