Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
288 B

  1. // nothrow -- define nothrow object
  2. #include <new>
  3. _STD_BEGIN
  4. const nothrow_t nothrow = nothrow_t(); // define nothrow
  5. _STD_END
  6. /*
  7. * Copyright (c) 1992-2001 by P.J. Plauger. ALL RIGHTS RESERVED.
  8. * Consult your license regarding permissions and restrictions.
  9. V3.10:0009 */