-
Notifications
You must be signed in to change notification settings - Fork 13
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
Apply the Beman Standard; more tree refactoring #6
Conversation
#include <beman/optional/optional.hpp> | ||
|
||
#include <beman/optional/optional.hpp> | ||
#include <Beman/Optional26/optional.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.
No need for second include here, we already test this in src/beman/optional/optional.t.cpp
.
@@ -85,27 +83,26 @@ TEST(OptionalMonadicTest, Transform) { | |||
|
|||
} | |||
|
|||
TEST(OptionalMonadicTest, TransformConstexpr) { | |||
|
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.
Some linting issues were also fixed.
588da95
to
9cc9db0
Compare
e85bbec
to
1a8b227
Compare
1a8b227
to
221f1cf
Compare
91a0342
to
a88cbbb
Compare
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.
LGTM 👍
Apply the Beman Standard to C++ code & more tree refactoring:
optional.hpp
toinclude/Beman/Optional26/optional.hpp
; renamesrc/beman
tosrc/Beman
to match theinclude/
tree.optional.a
tobeman_optional26
./examples
,This should solve remaining parts from #12, after #5.