position in statement

Dec 5, 2014 at 7:05pm
The following 2 statements are same right?
1
2
   const std::string& name() const;
   std::string const &name() const;
Dec 5, 2014 at 7:47pm
Yes. they are same.
Topic archived. No new replies allowed.