Skip to content

Instantly share code, notes, and snippets.

@expipiplus1
Created December 15, 2011 19:53
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 expipiplus1/1482584 to your computer and use it in GitHub Desktop.
Save expipiplus1/1482584 to your computer and use it in GitHub Desktop.
include/__config-52-#ifdef _WIN32
include/__config-53-# define _LIBCPP_LITTLE_ENDIAN 1
include/__config-54-# define _LIBCPP_BIG_ENDIAN 0
include/__config-55-// Compiler intrinsics (GCC or MSVC)
include/__config-56-# if (defined(_MSC_VER) && _MSC_VER >= 1400) || (__GNUC__ >= 4 && __GNUC_MINOR__ > 3)
include/__config:57:# define _LIBCP_HAS_IS_BASE_OF
include/__config-58-# endif
include/__config-59-#endif // _WIN32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment