Browse Source

Update README.md

main
offa 7 years ago
parent
commit
0d8ede9a1d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

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. 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.




## Defiations
## Implementation decisions


###### Factory functions ###### Factory functions
The Factory functions for both types are kept for the C++14 implementations as *deduction guides* aren't available. The Factory functions for both types are kept for the C++14 implementations as *deduction guides* aren't available.

Loading…
Cancel
Save