DriveHQ Start Menu
Cloud Drive Mapping
Folder Sync
True Drop Box
FTP/SFTP Hosting
Group Account
Team Anywhere
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
|
Cloud-to-Cloud Backup
|
DVR/Camera Backup
FTP, Email & Web Service
FTP/SFTP Hosting
|
Email Hosting
|
Web Hosting
|
Webcam Hosting
Other Products & Services
Team Anywhere
|
Connect to Remote PC
|
Cloud Surveillance
|
Virtual CCTV NVR
Quick Links
Security and Privacy
Customer Support
Service Manual
Use Cases
Group Account
Online Help
Support Forum
Contact Us
About DriveHQ
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
Personal Features
Personal Cloud Drive
Backup All Devices
Mobile APPs
Personal Web Hosting
Sub-Account (for Kids)
Home/PC/Kids Monitoring
Other Features
Team Anywhere (Remote Desktop Service)
CameraFTP Cloud Surveillance
Software
DriveHQ Drive Mapping Tool
DriveHQ FileManager
DriveHQ Online Backup
DriveHQ Team Anywhere for Windows (Beta)
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
/*============================================================================= Copyright (c) 2001-2003 Joel de Guzman Copyright (c) 2002-2003 Hartmut Kaiser http://spirit.sourceforge.net/ Use, modification and distribution is subject to the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) =============================================================================*/ #if !defined(BOOST_SPIRIT_MINIMAL_DEBUG_HPP) #define BOOST_SPIRIT_MINIMAL_DEBUG_HPP #if !defined(BOOST_SPIRIT_DEBUG_MAIN_HPP) #error "You must include boost/spirit/debug.hpp, not boost/spirit/debug/minimal.hpp" #endif /////////////////////////////////////////////////////////////////////////////// // // Minimum debugging tools support // /////////////////////////////////////////////////////////////////////////////// #if !defined(BOOST_SPIRIT_DEBUG_OUT) #define BOOST_SPIRIT_DEBUG_OUT std::cout #endif /////////////////////////////////////////////////////////////////////////// // // BOOST_SPIRIT_DEBUG_FLAGS controls the level of diagnostics printed // /////////////////////////////////////////////////////////////////////////// #if !defined(BOOST_SPIRIT_DEBUG_FLAGS_NONE) #define BOOST_SPIRIT_DEBUG_FLAGS_NONE 0x0000 // no diagnostics at all #endif #if !defined(BOOST_SPIRIT_DEBUG_FLAGS_MAX) #define BOOST_SPIRIT_DEBUG_FLAGS_MAX 0xFFFF // print maximal diagnostics #endif #if !defined(BOOST_SPIRIT_DEBUG_FLAGS) #define BOOST_SPIRIT_DEBUG_FLAGS SPIRIT_DEBUG_FLAGS_MAX #endif #if !defined(BOOST_SPIRIT_DEBUG_PRINT_SOME) #define BOOST_SPIRIT_DEBUG_PRINT_SOME 20 #endif #if !defined(BOOST_SPIRIT_DEBUG_RULE) #define BOOST_SPIRIT_DEBUG_RULE(r) #endif // !defined(BOOST_SPIRIT_DEBUG_RULE) #if !defined(BOOST_SPIRIT_DEBUG_NODE) #define BOOST_SPIRIT_DEBUG_NODE(r) #endif // !defined(BOOST_SPIRIT_DEBUG_NODE) #if !defined(BOOST_SPIRIT_DEBUG_GRAMMAR) #define BOOST_SPIRIT_DEBUG_GRAMMAR(r) #endif // !defined(BOOST_SPIRIT_DEBUG_GRAMMAR) #if !defined(BOOST_SPIRIT_DEBUG_TRACE_RULE) #define BOOST_SPIRIT_DEBUG_TRACE_RULE(r, t) #endif // !defined(BOOST_SPIRIT_DEBUG_TRACE_RULE) #if !defined(BOOST_SPIRIT_DEBUG_TRACE_NODE) #define BOOST_SPIRIT_DEBUG_TRACE_NODE(r, t) #endif // !defined(BOOST_SPIRIT_DEBUG_TRACE_NODE) #if !defined(BOOST_SPIRIT_DEBUG_TRACE_GRAMMAR) #define BOOST_SPIRIT_DEBUG_TRACE_GRAMMAR(r, t) #endif // !defined(BOOST_SPIRIT_DEBUG_TRACE_GRAMMAR) #if !defined(BOOST_SPIRIT_DEBUG_TRACE_RULE_NAME) #define BOOST_SPIRIT_DEBUG_TRACE_RULE_NAME(r, n, t) #endif // !defined(BOOST_SPIRIT_DEBUG_TRACE_RULE_NAME) #if !defined(BOOST_SPIRIT_DEBUG_TRACE_NODE_NAME) #define BOOST_SPIRIT_DEBUG_TRACE_NODE_NAME(r, n, t) #endif // !defined(BOOST_SPIRIT_DEBUG_TRACE_NODE_NAME) #if !defined(BOOST_SPIRIT_DEBUG_TRACE_GRAMMAR_NAME) #define BOOST_SPIRIT_DEBUG_TRACE_GRAMMAR_NAME(r, n, t) #endif // !defined(BOOST_SPIRIT_DEBUG_TRACE_GRAMMAR_NAME) #endif // !defined(BOOST_SPIRIT_MINIMAL_DEBUG_HPP)
minimal.hpp
Page URL
File URL
Prev
2/4
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.