-
Notifications
You must be signed in to change notification settings - Fork 0
Add simple test that is using stdexec #398
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
c92b2dc to
45be83e
Compare
45be83e to
f4a97c4
Compare
8ef21ae to
a793559
Compare
5e29487 to
5e77ea1
Compare
b26960d to
f32362b
Compare
93af413 to
7645a9d
Compare
| endif() | ||
| # if(${PEDANTIC_COMPILER_WERROR}) | ||
| # try_add_compile_options(/WX) | ||
| # endif() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure man, if PEDANTIC_COMPILER_WERROR is ON, then /WX should be set for MSVC. This is exactly that this compiler option is there for.
If we figure, that we can't compile (e.g. due to stdexcec) on MSVC, with PEDANTIC_COMPILER_WERROR=ON, then we should tweak CI to have that set to OFF when MSVC is used.
|
|
||
| #include "../Utils.hpp" | ||
| #include "Entities.hpp" | ||
| #include "Lightweight/SqlStatement.hpp" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bad include :)
Add simple asyncronous test