aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/cxx/strdupx.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libxsde/xsde/cxx/strdupx.hxx')
-rw-r--r--libxsde/xsde/cxx/strdupx.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/libxsde/xsde/cxx/strdupx.hxx b/libxsde/xsde/cxx/strdupx.hxx
index 190d519..eef6922 100644
--- a/libxsde/xsde/cxx/strdupx.hxx
+++ b/libxsde/xsde/cxx/strdupx.hxx
@@ -13,8 +13,9 @@ namespace xsde
namespace cxx
{
// C++ versions of strdup and strndup. They allocate the string
- // using new char[]. In the no-exceptions case return 0 if
- // allocation fails.
+ // using new char[] (or custom allocator, if enabled). When
+ // exceptions are disabled these functions return 0 if allocation
+ // fails.
//
char*
strdupx (const char*);