8sa1-gcc/gcc/cp/new.cc

9 lines
233 B
C++
Raw Normal View History

// Implementation file for the -*- C++ -*- dynamic memory management header.
// Copyright (C) 1996 Free Software Foundation
// This file is part of GNU CC.
#pragma implementation "new"
#include "new"
const nothrow_t nothrow = { };