We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d52431 commit 586f33cCopy full SHA for 586f33c
.github/workflows/unit-tests.yaml
@@ -46,6 +46,7 @@ jobs:
46
- if: "matrix.os == 'ubuntu-20.04'"
47
name: "Install gcc-10 (for c++20)"
48
run: |-
49
+ sudo add-apt-repository ppa:ubuntu-toolchain-r/test
50
sudo apt-get update
51
sudo DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
52
g++-11 \
src/ystdlib/error_handling/test-ErrorCode.cpp
@@ -2,7 +2,6 @@
2
#include <array>
3
#include <string_view>
4
#include <system_error>
5
-#include <type_traits>
6
7
#include <ystdlib/error_handling/ErrorCode.hpp>
8
0 commit comments