ggandda / simd-cxx

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

Declaration and definition of the method Runtime::start doesn't match. #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What is the expected output? What do you see instead?

Declaration and definition of the method doesn't match.
Variables are not defined in an order of the declaration.

declaration:
void simd::Runtime::start(const std::string& partition, const std::string&
domain);

definition:
void simd::Runtime::start(const std::string& domain,
              const std::string& partition)

What version of the product are you using? On what operating system?
Version 0.4

Please provide any additional information below.

Original issue reported on code.google.com by salmiv...@gmail.com on 25 Nov 2009 at 9:24

GoogleCodeExporter commented 8 years ago

Original comment by angelo.corsaro@gmail.com on 5 Dec 2009 at 7:11

GoogleCodeExporter commented 8 years ago
Runtime_Impl::start(partition,domain) suffers from the same problem in 0.7

Original comment by nick.gl...@lycos.com on 29 Mar 2010 at 10:01