ggandda / simd-cxx

Automatically exported from code.google.com/p/simd-cxx
0 stars 0 forks source link

A compile error while using a method DataInstanceWriterImpl::dispose () #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. compile a code where is used the method DataInstanceWriterImpl::dispose ()

What version of the product are you using? On what operating system?
simd v0.5

Please provide any additional information below.
The definition of the method should be like:

DDS::ReturnCode_t dispose() {
        return writer_->dispose(key_, handle_);
    }

Original issue reported on code.google.com by salmiv...@gmail.com on 19 Dec 2009 at 11:27

GoogleCodeExporter commented 8 years ago
Thanks for submitting the issue. It is not fixed as per the  ChangeLog entry
2009-12-22  Angelo Corsaro  <angelo.corsaro@gmail.com>

Original comment by angelo.corsaro@gmail.com on 22 Dec 2009 at 11:12