Skip to content

Commit

Permalink
MWE works with inline functions also
Browse files Browse the repository at this point in the history
  • Loading branch information
amritagos committed Nov 5, 2023
1 parent 1e7f186 commit 9eb4b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/add.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef ADD_H
#define ADD_H

int add(int i, int j){
inline int add(int i, int j){
return i+j;
}

Expand Down

0 comments on commit 9eb4b77

Please sign in to comment.