Displaying 2 results from an estimated 2 matches for "condownershipptr".
2014 Sep 25
5
[LLVMdev] New type of smart pointer for LLVM
...ing
would look like. Any ideas and suggestions are appreciated.
--
Anton
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140925/fb27d622/attachment.html>
-------------- next part --------------
//===-- CondOwnershipPtr.h - Smart ptr with conditional release -*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//===--------------------------------------------------------------...
2014 Sep 25
2
[LLVMdev] New type of smart pointer for LLVM
...is tool to be
"not ideal".
>
> > Attached is a scratch that illustrates how the minimal
> > API/implementation of a desired smart pointer sufficient for
> > refactoring would look like. Any ideas and suggestions are
> > appreciated.
> >
> > //===-- CondOwnershipPtr.h - Smart ptr with conditional release -*- C++
> -*-===//
> > //
> > // The LLVM Compiler Infrastructure
> > //
> > // This file is distributed under the University of Illinois Open Source
> > // License. See LICENSE.TXT for details.
> >
&g...