QUSIR / staff

Automatically exported from code.google.com/p/staff
Apache License 2.0
0 stars 0 forks source link

staff_codegen options to be compatible with C++11 #200

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

We would like and option for staff_codegen to generate code more suitable for 
C++11. Specifically, the use of auto_ptr is deprecated in C++11 and should be 
replaced with std::unique_ptr from <memory>. 

We can report that staff works great under C++11. The automatically generated 
structs for request arguments can be nicely initiated using the new brace 
initialization syntax, out of the box.

Original issue reported on code.google.com by lundb...@gmail.com on 21 Mar 2013 at 8:51

GoogleCodeExporter commented 9 years ago
Why not..

Original comment by loentar on 21 Mar 2013 at 10:41

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r752.

Original comment by loentar on 22 Mar 2013 at 8:26