Skip to content

Instantly share code, notes, and snippets.

@Marenz
Created July 5, 2011 12:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Marenz/1064737 to your computer and use it in GitHub Desktop.
Save Marenz/1064737 to your computer and use it in GitHub Desktop.
patch for MaidSafe-Common
--- file_chunk_store.h.org 2011-07-05 14:20:46.218355096 +0200
+++ file_chunk_store.h 2011-07-05 14:20:50.218499494 +0200
@@ -43,6 +43,8 @@
# pragma warning(disable: 4127)
#endif
+#define BOOST_NO_SCOPED_ENUMS
+
#include "boost/filesystem.hpp"
#include "boost/filesystem/fstream.hpp"
#include "boost/token_functions.hpp"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment