void pyrun’ has incomplete type #3724
Unanswered
giridhar247
asked this question in
Q&A
Replies: 1 comment
-
I'm new to C++, I was able run in boost, but I can't run through pybind11 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
the current algorithm is working

in boost, but it isn't working in pybind11
int main(int argc, char **argv)
{
try
{
// retrieve the filename from command line argument if there is one
auto filename = QString();
if (argc > 1)
{
filename = argv1;
}
enter image description here
Beta Was this translation helpful? Give feedback.
All reactions