[Libxmlplusplus-general] Optional C++ namespaces
- From: murrayc t-online de (Murray Cumming)
- To: libxml++ <libxmlplusplus-general lists sourceforge net>
- Subject: [Libxmlplusplus-general] Optional C++ namespaces
- Date: 05 Nov 2002 18:26:34 +0100
libxml++ currently has optional namespace support, like so:
// assume we do have namespace support. This should be autodetected
soon.
#define LIBXMLPP_USE_NAMESPACE
#ifdef LIBXMLPP_USE_NAMESPACE
namespace xmlpp {
#endif // LIBXMLPP_USE_NAMESPACE
Do we have evidence that anyone wants to use libxml++ with a compiler
that does not support C++ namespaces? If not then it doesn't seem worth
the bother.
--
Murray Cumming
murray usa net
www.murrayc.com
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]