DriveHQ Start Menu
Cloud Drive Mapping
Folder Sync
Cloud Backup
True Drop Box
FTP/SFTP Hosting
Group Account
DriveHQ Start Menu
Online File Server
My Storage
|
Manage Shares
|
Publishes
|
Drop Boxes
|
Group Account
WebDAV Drive Mapping
Cloud Drive Home
|
WebDAV Guide
|
Drive Mapping Tool
|
Drive Mapping URL
Complete Data Backup
Backup Guide
|
Online Backup Tool
|
Cloud-to-Cloud Backup
FTP, Email & Web Service
FTP Home
|
FTP Hosting FAQ
|
Email Hosting
|
EmailManager
|
Web Hosting
Help & Resources
About
|
Enterprise Service
|
Partnership
|
Comparisons
|
Support
Quick Links
Security and Privacy
Download Software
Service Manual
Use Cases
Group Account
Online Help
Blog
Contact
Cloud Surveillance
Sign Up
Login
Features
Business Features
Online File Server
FTP Hosting
Cloud Drive Mapping
Cloud File Backup
Email Backup & Hosting
Cloud File Sharing
Folder Synchronization
Group Management
True Drop Box
Full-text Search
AD Integration/SSO
Mobile Access
IP Camera & DVR Solution
More...
Personal Features
Personal Cloud Drive
Backup All Devices
Mobile APPs
Personal Web Hosting
Sub-Account (for Kids)
Home/PC/Kids Monitoring
More...
Software
DriveHQ Drive Mapping Tool
DriveHQ FileManager
DriveHQ Online Backup
DriveHQ Mobile Apps
Pricing
Business Plans & Pricing
Personal Plans & Pricing
Price Comparison with Others
Feature Comparison with Others
Install Mobile App
Sign up
Creating account...
Invalid character in username! Only 0-9, a-z, A-Z, _, -, . allowed.
Username is required!
Invalid email address!
E-mail is required!
Password is required!
Password is invalid!
Password and confirmation do not match.
Confirm password is required!
I accept
Membership Agreement
Please read the Membership Agreement and check "I accept"!
Free Quick Sign-up
Sign-up Page
Log in
Signing in...
Username or e-mail address is required!
Password is required!
Keep me logged in
Quick Login
Forgot Password
Up
Upload
Download
Share
Publish
New Folder
New File
Copy
Cut
Delete
Paste
Rate
Upgrade
Rotate
Effect
Edit
Slide
History
// (C) Copyright Tobias Schwinger // // Use modification and distribution are subject to the boost Software License, // Version 1.0. (See http://www.boost.org/LICENSE_1_0.txt). //------------------------------------------------------------------------------ #ifndef BOOST_FT_CONFIG_COMPILER_HPP_INCLUDED #define BOOST_FT_CONFIG_COMPILER_HPP_INCLUDED #include
#include
#if defined(BOOST_MSVC) # if BOOST_MSVC < 1310 # error "unsupported compiler version" # endif # ifdef BOOST_FT_AUTODETECT_CALLING_CONVENTIONS // enable clrcall calling covention (call to .NET managed code) when // compiling with /clr # if BOOST_MSVC >= 1400 && defined(__cplusplus_cli) # ifndef BOOST_FT_CC_CLRCALL # define BOOST_FT_CC_CLRCALL callable_builtin # endif # endif // Intel x86 architecture specific calling conventions # ifdef _M_IX86 # define BOOST_FT_COMMON_X86_CCs callable_builtin # if BOOST_MSVC < 1400 // version 7.1 is missing a keyword to specify the thiscall cc ... # ifndef BOOST_FT_CC_IMPLICIT_THISCALL # define BOOST_FT_CC_IMPLICIT_THISCALL non_variadic|member|callable_builtin # ifndef BOOST_FT_CONFIG_OK # pragma message("INFO| /Gd /Gr /Gz will compiler options will cause") # pragma message("INFO| a compile error.") # pragma message("INFO| Reconfigure Boost.FunctionTypes in this case.") # pragma message("INFO| This message can be suppressed by defining") # pragma message("INFO| BOOST_FT_CONFIG_OK.") # endif # endif # else // ...introduced in version 8 # ifndef BOOST_FT_CC_THISCALL # define BOOST_FT_CC_THISCALL non_variadic|member|callable_builtin # endif # endif # endif # endif #elif defined(__GNUC__) && !defined(BOOST_INTEL_LINUX) # if __GNUC__ < 3 # error "unsupported compiler version" # endif # ifdef BOOST_FT_AUTODETECT_CALLING_CONVENTIONS # if defined(__i386__) # // see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20439 # // see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29328 # if BOOST_WORKAROUND(__GNUC__,BOOST_TESTED_AT(4)) # ifndef BOOST_FT_CC_IMPLICIT # define BOOST_FT_CC_IMPLICIT member|callable_builtin # endif # define BOOST_FT_COMMON_X86_CCs non_member|callable_builtin # else # define BOOST_FT_COMMON_X86_CCs callable_builtin # endif # else # ifndef BOOST_FT_CC_IMPLICIT # define BOOST_FT_CC_IMPLICIT callable_builtin # endif # endif # endif # if (defined(BOOST_FT_CC_CDECL) || defined(BOOST_FT_COMMON_X86_CCs)) \ && !defined(__cdecl) # define __cdecl __attribute__((__cdecl__)) # endif # if (defined(BOOST_FT_CC_STDCALL) || defined(BOOST_FT_COMMON_X86_CCs)) \ && !defined(__stdcall) # define __stdcall __attribute__((__stdcall__)) # endif # if (defined(BOOST_FT_CC_FASTCALL) || defined(BOOST_FT_COMMON_X86_CCs)) \ && !defined(__fastcall) # define __fastcall __attribute__((__fastcall__)) # endif #elif defined(__BORLANDC__) # if __BORLANDC__ < 0x550 # error "unsupported compiler version" # elif __BORLANDC__ > 0x565 # pragma message("WARNING: library untested with this compiler version") # endif # ifdef BOOST_FT_AUTODETECT_CALLING_CONVENTIONS # define BOOST_FT_COMMON_X86_CCs callable_builtin # endif // syntactic specialities of cc specifier # define BOOST_FT_SYNTAX(result,lparen,cc_spec,type_mod,name,rparen) \ result() cc_spec() lparen() type_mod() name() rparen() #else // only enable default calling convention # define BOOST_FT_CC_IMPLICIT callable_builtin #endif #endif
compiler.hpp
Page URL
File URL
Prev
2/3
Next
Download
( 3 KB )
Note: The DriveHQ service banners will NOT be displayed if the file owner is a paid member.
Comments
Total ratings:
0
Average rating:
Not Rated
Would you like to comment?
Join DriveHQ
for a free account, or
Logon
if you are already a member.