Skip to content

Commit

Permalink
Merge pull request oxeanbits#11 from Victorcorcos/fix_macos_incompati…
Browse files Browse the repository at this point in the history
…bility

Fix MacOs incompatibility
  • Loading branch information
niltonvasques authored May 22, 2018
2 parents fa37ab1 + 52dc6cd commit 95942c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion parser/mpCompat.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
// Warning: If you activate this in a project on windows all hell will break loose and Satan himself will come out of hell to eat
// your soul whilst reciting verses from the Microsoft MFC programming manual.
#define override
#define unique_ptr auto_ptr
// The below line need to be commented to work properly on MacOS
// #define unique_ptr auto_ptr
#define nullptr NULL
#endif

Expand Down

0 comments on commit 95942c2

Please sign in to comment.