autoconf-archive-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[patch #7074] shared_ptr & weak_ptr from boost


From: Piotr
Subject: [patch #7074] shared_ptr & weak_ptr from boost
Date: Wed, 17 Feb 2010 00:52:50 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i586; en-US) AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.0.249.43 Safari/532.5

Follow-up Comment #6, patch #7074 (project autoconf-archive):

Some documentation:
-if else macros:
AX_CXX_HAVE_BOOST_SHARED_PTR
AX_CXX_HAVE_BOOST_WEAK_PTR
AX_CXX_HAVE_TR1_SHARED_PTR
AX_CXX_HAVE_TR1_WEAK_PTR
//check only one type and ofc weak depend of shared.
-if boost,if tr1,else
AX_CXX_HAVE_SHARED_PTR
AX_CXX_HAVE_WEAK_PTR
//some glue macros

abowe macros can be used for extra options or where missing shared_ptr is not
failture or for other reporting to app.

-template macros (AH_BOTTOM works crapy and pure define is evil here)
AX_CXX_WANT_SHARED_PTR
AX_CXX_WANT_WEAK_PTR

-macros for "don't touch this app without shared_ptr"
AX_CXX_SHARED_PTR
AX_CXX_WEAK_PTR
//reports in config.h copying ptrs to global namespace

Very very thx for $2, : and (). It helps very much :*

And i'm registered :D


(file #19736, file #19737)
    _______________________________________________________

Additional Item Attachment:

File name: ax_cxx_shared_ptr.m4           Size:1 KB
File name: ax_cxx_weak_ptr.m4             Size:1 KB


    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?7074>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]