Skip to content

Commit

Permalink
Fix readme: typo in C++ example
Browse files Browse the repository at this point in the history
  • Loading branch information
aguinet authored Apr 16, 2021
1 parent 0e7244b commit cc62de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ C++ can be compiled, and used through ``extern C`` functions:
import pydffi
F = pydffi.FFI(CXX=pydffi.CXXMode.Std17)
FFI = pydffi.FFI(CXX=pydffi.CXXMode.Std17)
CU = FFI.compile('''
template <class T>
static T foo(T a, T b) { return a+b; }
Expand Down

0 comments on commit cc62de3

Please sign in to comment.