bug-cssc
[Top][All Lists]
Advanced

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

[Bug-cssc] [bug #54497] [patch] mylist implementation error segfaults wi


From: James Youngman
Subject: [Bug-cssc] [bug #54497] [patch] mylist implementation error segfaults with g++-8
Date: Sun, 5 May 2019 16:21:26 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.108 Safari/537.36

Update of bug #54497 (project cssc):

                  Status:                    None => Fixed                  
             Assigned to:                    None => jay                    

    _______________________________________________________

Follow-up Comment #1:

Hmm, I think a release is overdue.   

mylist.h (at git head is now basically just this:


#ifndef CSSC__LIST_H__
#define CSSC__LIST_H__

#include <vector>

template<class TYPE> using mylist = std::vector<TYPE>;

#endif /* CSSC__LIST_H__ */

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?54497>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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