Upgrade to C++-14:

* Remove cxx14 compatibility layer from ripple
  * Update travis to clang 3.6 and drop gcc 4.8
  * Remove unneeded beast CXX14 defines
  * Do not run clang build with gdb with travis
  * Update circle ci to clang 3.6 & gcc-5
  * Don't run rippled in gdb, clang builds crash gdb
  * Staticly link libstdc++, boost, ssl, & protobuf
  * Support builds on ubuntu 15.10
This commit is contained in:
seelabs
2015-10-07 12:26:46 -07:00
parent d67d8c2ced
commit d8f265e8ac
92 changed files with 198 additions and 208 deletions

View File

@@ -22,10 +22,10 @@
#include <ripple/core/JobTypes.h>
#include <ripple/core/JobTypeInfo.h>
#include <ripple/core/JobTypeData.h>
#include <beast/cxx14/memory.h>
#include <beast/chrono/chrono_util.h>
#include <beast/module/core/thread/Workers.h>
#include <chrono>
#include <memory>
#include <mutex>
#include <set>
#include <thread>