ALT Linux Bugzilla
– Attachment 2992 Details for
Bug 15718
boost::spirit example program produce many warnings when compiled with -Wshadow option
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Патч для boost 1.36.0
boost-shadow-fix-1.36.0.patch (text/plain), 536 bytes, created by
Slava Semushin
on 2008-10-12 22:35:39 MSD
(
hide
)
Description:
Патч для boost 1.36.0
Filename:
MIME Type:
Creator:
Slava Semushin
Created:
2008-10-12 22:35:39 MSD
Size:
536 bytes
patch
obsolete
>--- /usr/include/boost/spirit/home/classic/core/impl/match.ipp.orig 2008-03-23 22:15:19 +0600 >+++ /usr/include/boost/spirit/home/classic/core/impl/match.ipp 2008-05-22 15:00:30 +0700 >@@ -23,8 +23,8 @@ namespace boost { namespace spirit > : len(length), val() {} > > template <typename T> >- inline match<T>::match(std::size_t length, ctor_param_t val_) >- : len(length), val(val_) {} >+ inline match<T>::match(std::size_t len_, ctor_param_t val_) >+ : len(len_), val(val_) {} > > template <typename T> > inline bool
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 15718
:
2637
|
2638
| 2992