issues
search
ned14
/
status-code
Proposed SG14 status_code for the C++ standard
Other
66
stars
13
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
How to construct the status_code with payload?
#69
zhscn
closed
2 months ago
13
Support for macOS status error codes
#68
jcelerier
opened
9 months ago
0
Fix build on macOS with recent clang
#67
jcelerier
closed
8 months ago
4
Comparing two `nested_status_code`'s each of which points at the same type of status code always produces a false comparison
#66
ned14
opened
10 months ago
0
Why payload_info_t have a constructor?
#65
YexuanXiao
closed
11 months ago
1
libc++ seems to have removed is_literal_type in C++20 mode on MacOSX
#64
BurningEnlightenment
closed
8 months ago
6
build: Require at least CMake 3.9
#63
BurningEnlightenment
closed
1 year ago
0
fix: Centralize the friend decls for nested status codes
#62
BurningEnlightenment
closed
1 year ago
1
`<cstring>` content gets potentially dragged into the `system_error2` namespace on APPLE
#61
BurningEnlightenment
closed
1 year ago
7
fix: Add missing includes
#60
BurningEnlightenment
closed
1 year ago
1
vcpkg failed to build status-code on arch linux
#59
cliffspradlin
closed
1 year ago
1
Friend declaration of `indirecting_domain` & nested_status_code/status_code_ptr in single header version
#58
cstratopoulos
closed
1 year ago
7
Non-null mapping assertion in quick status code implementations
#57
cstratopoulos
closed
1 year ago
9
UAF error (probably?) with thrown_exception_domain example when exceptions contain dynamic strings
#56
MHebes
closed
1 year ago
16
Fix broken link in Readme.md
#55
MHebes
closed
1 year ago
0
`status_code` erasure casting of integer value types is broken on BigEndian machines
#54
dkrejsa
closed
1 year ago
7
libstdc++11 drags in `<system_error>`/`<string>`
#53
BurningEnlightenment
closed
1 year ago
5
Add C++20 `<format>`/fmtlib support
#52
BurningEnlightenment
opened
1 year ago
1
First class `<format>`/fmtlib support
#51
BurningEnlightenment
opened
1 year ago
6
type erasure construction from erased codes should not be allowed
#50
BurningEnlightenment
closed
2 years ago
4
Fix issue #48 by unilaterally declaring strerror_r.
#49
ned14
closed
2 years ago
0
Issue compiling on arm-none-eabi (newlib) with GNU extensions off
#48
CrustyAuklet
closed
2 years ago
4
Refactor the last commit to more closely match existing style and form.
#47
ned14
closed
2 years ago
1
Fix erased status code stateful mixin detection
#46
BurningEnlightenment
closed
2 years ago
0
Prevent constructing erased codes with state mixins
#45
BurningEnlightenment
closed
2 years ago
0
status code mixin state is not preserved during erasure
#44
BurningEnlightenment
closed
2 years ago
9
buildsystem: include directories vs target sources
#43
BurningEnlightenment
closed
2 years ago
3
How to clone a status_result<void>?
#42
Tradias
closed
2 years ago
3
Fix linker alterate names for x86 Windows
#41
gix
closed
2 years ago
1
status_code_domain::string_ref and atomic_refcounted_string_ref have a bad API around zero termination
#39
ned14
opened
3 years ago
0
weird compile error related to implicit conversions & exception throw
#38
lzhangzz
closed
3 years ago
1
Alternative formation of constraints on constructing status_code via make_status_code
#37
lzhangzz
closed
3 years ago
8
"'noreturn' function does return" warning for indirecting_domain::_do_throw_exception
#36
lzhangzz
closed
3 years ago
3
example/quick_status_code_from_enum.cpp failed to compile for gcc version <= 7
#35
lzhangzz
closed
3 years ago
4
getaddrinfo_code needs to also carry errno, as EAI_SYSTEM means "compare to system_code not me"
#34
ned14
opened
3 years ago
0
status_code.hpp vs. system_error2.hpp
#33
qknight
closed
3 years ago
1
Windows GNU ABI / MINGW support
#32
mizvekov
opened
3 years ago
10
bit_cast: ambiguous call to overloaded function
#31
Tradias
closed
3 years ago
4
Additional move-constructor call in status_code.message()
#30
Tradias
closed
3 years ago
1
When to use `error` and when to use `status_code` from SYSTEM_ERROR2_NAMESPACE
#28
qknight
closed
4 years ago
1
Example is bad
#27
qknight
closed
4 years ago
11
quick status code from enum and T?
#26
hazelnusse
closed
4 years ago
3
quick_status_code_from_enum from README doesn't compile
#24
hazelnusse
closed
4 years ago
1
Add lists of lists API to creating a custom status code domain from an enum.
#23
ned14
closed
4 years ago
1
Feedback and ideas for making custom enum-based status_code_domains an easier process
#22
jwtowner
closed
4 years ago
7
Usability issue with implicit/explicit status_code construction and assignment
#21
jwtowner
closed
4 years ago
5
only include posix_error on linux or unix platforms
#20
burnpanck
closed
4 years ago
2
Misspelled `errc::protcol_error` (should be `errc::protocol_error`)
#19
burnpanck
closed
4 years ago
1
Support non-Windows non-POSIX platforms
#18
burnpanck
closed
4 years ago
7
Newest MSVC can't compile avoid_stdio_include::write
#17
interj
closed
4 years ago
4
Next