-
Notifications
You must be signed in to change notification settings - Fork 836
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
use c++14 #4581
use c++14 #4581
Conversation
Running the AQL tests shows that it gets stuck somewhere in jemalloc:
|
when you change things in V8 please remember to also apply them in https://github.com/arangodb-helper/v8/tree/arangodb/3.3 |
On cupertino (mac) the only thing I find in |
@dothebart : this PR is supposed to be a test for whether compilation and tests work at all with C++14, and what changes will be required for it. If everyhing works and we are all happy with it, we can actually make changes in other repositories that we rely upon and perform the switchover. |
Is that somehow related? |
@gnusi : Probably it's unrelated. We have not changed out version of jemalloc (5.0.1) but just told the compiler to use |
closing as obsoleted |
Experimental move to C++14
This is a search&replace solution for moving to C++14. It's possible that this does not cover all places in the code that need adjustment.