ソースを参照

Point the error link to our now-hosted docs

default_compile_flags
vector-of-bool 5年前
コミット
c397e07996
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/dds/error/errors.cpp

+ 1
- 1
src/dds/error/errors.cpp ファイルの表示

@@ -7,7 +7,7 @@ using namespace dds;

namespace {

std::string error_url_prefix = "http://localhost:3000/err/";
std::string error_url_prefix = "https://vector-of-bool.github.io/docs/dds/err/";

std::string error_url_suffix(dds::errc ec) noexcept {
switch (ec) {

読み込み中…
キャンセル
保存