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: Dustin J. Mitchell
Subject: [patch #7074] shared_ptr & weak_ptr from boost
Date: Tue, 16 Feb 2010 18:28:12 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_4_11; en) AppleWebKit/531.21.8 (KHTML, like Gecko) Version/4.0.4 Safari/531.21.10

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

I will try to be clearer:

Instead of
                    [
                        ($2)
                    ],
please use
                    [
                        $2
                        :
                    ],

The parentheses are interpreted specially by the shell and may cause problems
for users.

The : provides a statement for the shell to execute in case $2 is the empty
string.

    _______________________________________________________

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]