- 19 Mar, 2017 4 commits
-
-
Matthias Vallentin authored
-
Matthias Vallentin authored
-
Matthias Vallentin authored
-
Matthias Vallentin authored
Changing visibility of common functionality from "private" to "protected" makes it easier to write derived classes.
-
- 14 Mar, 2017 3 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 09 Mar, 2017 1 commit
-
-
Dominik Charousset authored
-
- 08 Mar, 2017 1 commit
-
-
Dominik Charousset authored
-
- 06 Mar, 2017 5 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 28 Feb, 2017 3 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 25 Feb, 2017 4 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 22 Feb, 2017 5 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Matthias Vallentin authored
-
Matthias Vallentin authored
-O0 doesn't do optimizations that would remove the frame pointer.
-
Matthias Vallentin authored
-
- 21 Feb, 2017 2 commits
-
-
Matthias Vallentin authored
This patch to the logging API prevents evaluation of unneeded expressions by checking whether the logger will accept a given level-component pair.
-
Dominik Charousset authored
-
- 20 Feb, 2017 9 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 19 Feb, 2017 2 commits
-
-
Matthias Vallentin authored
-
Matthias Vallentin authored
The new helper class no_error_t has a single constexpr instance no_error, for which expected<T> now has a non-explicit ctor overload. This comes in handy when a T has non-explicit ctor overload for none_t, creating an ambiguity when attempting to construct expected<T>{none}, since both error and T are viable candidates.
-
- 18 Feb, 2017 1 commit
-
-
Matthias Vallentin authored
-