cpprestsdkをコンパイルしようとすると、次のエラーが発生します。
/Users/radu/work/casablanca/Release/libs/websocketpp/websocketpp/transport/asio/connection.hpp:425:24: エラー: 「make_shared」への呼び出しに一致する関数がありません m_strand = lib::make_shared( ^~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/ライブラリ/開発者/CommandLineTools/usr/include/c++/v1/memory :4808:1: 注: 候補テンプレートは無視されました: テンプレート パラメーター '_Tp' の明示的に指定された引数が無効です make_shared(_Args&& ...__args)
私は持っmaxOS High Sierra
ています:
$ g++ --version
Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 9.0.0 (clang-900.0.39.2)
Target: x86_64-apple-darwin17.4.0
Thread model: posix