===============================================================================

Martin Oberzalek released a new version 1.0.1 of xstow on 2014-01-02
which fixes the compilation error

    ref.h:208:3: error: cannot allocate an object of abstract type 
‘Arg::Rule’
    operator V() const { return (address()); }

-------------------------------------------------------------------------------

2014-01-02 Martin Oberzalkek <king...@gmx.at>

        * ref.h added patch by  Robin Lee <robinlee.s...@gmail.com> fixed 
compilation bug with gcc 4.8

        * doku added patch by  Robin Lee <robinlee.s...@gmail.com> fixed 
pod2man bug

        * configure.ac: let it work with automake 1.13.4

        * configure.ac: disable static compilation by default

        * configure.ac: detect if libtinfo is required (seems to be outsourced 
fom curses)

-------------------------------------------------------------------------------
--- xstow-1.0.0/src/ref.h      2005-07-04 23:59:42.000000000 +0200
+++ xstow-1.0.1/src/ref.h       2014-01-02 10:18:14.000000000 +0100
@@ -205,10 +205,10 @@
       return true;
     }

-  operator V() const { return *(address()); }
+  operator V&() const { return *(address()); }
   operator V*() const { return address(); }

-  operator V() { return *(address()); }
+  operator V&() { return *(address()); }
   operator V*() { return address(); }

  private:
-------------------------------------------------------------------------------

See announcement at           <http://sourceforge.NET/p/xstow/bugs/4/>

New version is available at   <http://sourceforge.NET/projects/xstow/files/>

-------------------------------------------------------------------------------


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to