~ubuntu-branches/ubuntu/trusty/libc++/trusty

« back to all changes in this revision

Viewing changes to .pc/libcxx-use_libcxxabi.patch/libcxx/src/new.cpp

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2014-01-19 15:25:24 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20140119152524-6vvkhtareysbhhs3
Tags: 1.0~svn199600-1
* New snapshot release
* Standards-Version updated to 3.9.5
* Introduce package libc++-helpers (Closes: #718637)
* Rename libc++-src => libc++-test
* Rename libc++abi-src => libc++abi-test
* For both, remove the sources from the packages (apt-get source libc++)

Show diffs side-by-side

added added

removed removed

Lines of Context:
167
167
new_handler
168
168
get_new_handler() _NOEXCEPT
169
169
{
170
 
    return __sync_fetch_and_add(&__new_handler, (new_handler)0);
 
170
    return __sync_fetch_and_add(&__new_handler, nullptr);
171
171
}
172
172
 
173
173
#endif // !__GLIBCXX__