Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C++11 compatibility? #17

Open
bstarynk opened this issue Feb 7, 2015 · 1 comment
Open

C++11 compatibility? #17

bstarynk opened this issue Feb 7, 2015 · 1 comment

Comments

@bstarynk
Copy link
Contributor

bstarynk commented Feb 7, 2015

What about C++11 (or C++14) compatibilty (using a recent compiler like GCC 4.9 or future 5.0, or Clang/LLVM 3.5 or 3.6, on Linux)?

In particular, I'm interested in

  • using std::shared_ptr, not boost::shared_ptr
  • using C++11 closures and/or for-ranged loops for iterating on the rows resulting from some SQL request.

Regards.

@vinzenz
Copy link
Owner

vinzenz commented Feb 9, 2015

I will have to check how far I can go with these changes without breaking compatibility for older systems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants