浏览代码

Point the error link to our now-hosted docs

default_compile_flags
vector-of-bool 6 年前
父节点
当前提交
c397e07996
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/dds/error/errors.cpp

+ 1
- 1
src/dds/error/errors.cpp 查看文件



namespace { 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 { std::string error_url_suffix(dds::errc ec) noexcept {
switch (ec) { switch (ec) {

正在加载...
取消
保存