Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bbl/src/bbl-genbind.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ enum Result {
ERROR_FILE_OPEN,
};

auto get_operator_rename(std::string const& name) -> std::string;
static auto get_operator_rename(std::string const& name) -> std::string;

auto get_function_cast_string(FunctionDecl const* fd,
std::string const& scope,
Expand Down
1 change: 1 addition & 0 deletions test/inheritance/inheritance.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include <iostream>
#include <cstring>

namespace foo {

Expand Down