浏览代码

Readme updated (see #78).

main
offa 8 年前
父节点
当前提交
43415ec6e5
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. +0
    -3
      README.md

+ 0
- 3
README.md 查看文件

###### Filenames ###### Filenames
The filenames contain a `.h` extension. To enable the compatible header as specified in the document the CMake option `ENABLE_COMPAT_HEADER` can be used. This will generate and install an additional header named `scope` (without file extension). The filenames contain a `.h` extension. To enable the compatible header as specified in the document the CMake option `ENABLE_COMPAT_HEADER` can be used. This will generate and install an additional header named `scope` (without file extension).


###### std::uncaught_exceptions()
The function `std::uncaught_exceptions()` is not available in C++14 and is therefore replaced with `std::uncaught_exception()`. This has some limitations, but is the only solution until C++17 is used.



## Implementation decisions ## Implementation decisions



正在加载...
取消
保存