Skip to content

Instantly share code, notes, and snippets.

@diptanu
Created December 18, 2017 20:46
Show Gist options
  • Save diptanu/6e9e4e3e68e7465a597f5e0d58042c9d to your computer and use it in GitHub Desktop.
Save diptanu/6e9e4e3e68e7465a597f5e0d58042c9d to your computer and use it in GitHub Desktop.
error: typedef redefinition with different types ('::std::size_t' (aka 'unsigned long') vs 'unsigned int')
using SizeType = ::std::size_t;
^
/usr/local/osquery/include/rapidjson/rapidjson.h:380:18: note: previous definition is here
typedef unsigned SizeType;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment