Created
December 15, 2011 19:53
-
-
Save expipiplus1/1482584 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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