Skip to content
This repository was archived by the owner on Jun 30, 2021. It is now read-only.

Single-parameter constructors should be marked explicit.#62

Open
mamil wants to merge 2 commits into
MeltwaterArchive:masterfrom
mamil:pr
Open

Single-parameter constructors should be marked explicit.#62
mamil wants to merge 2 commits into
MeltwaterArchive:masterfrom
mamil:pr

Conversation

@mamil
Copy link
Copy Markdown

@mamil mamil commented Sep 22, 2019

No description provided.

request_router_story & _story_obj;
public:
path_collecting_functor(request_router_story & story_obj)
explicit path_collecting_functor(request_router_story & story_obj)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Comment thread src/served/status.cpp
*/

#include <served/status.hpp> No newline at end of file
#include <served/status.hpp>
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was anything changed? I don't think this line should be committed

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's better to have a newline at end of file

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants