On Fri, Feb 19, 2010 at 11:59 PM, Nelson, Erik - 2 <[email protected]> wrote: > From: Dean Michael Berris Friday, February 19, 2010 10:41 AM > >>There should be a compile-time option for that, although it's not yet > implemented. Boost.Asio has a way of turning off SSL support too. > > Does this *have* to be a compile-time option? Can't we just not > #include some https files?> >
Yes, even a #include is a compile-time option. This also allows you to define the macro from the command-line of the compiler if it's allowed, or from the .cpp file before including cpp-netlib HTTP-related headers. -- Dean Michael Berris cplusplus-soup.com | twitter.com/deanberris linkedin.com/in/mikhailberis | facebook.com/dean.berris | deanberris.com ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Cpp-netlib-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cpp-netlib-devel
