Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix some problems #6

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

fix some problems #6

wants to merge 2 commits into from

Conversation

ImJsaw
Copy link

@ImJsaw ImJsaw commented Jul 28, 2020

  1. Fix expression did not evaluate to a constant  #5 by using malloc instead of direct use variable

  2. fix compile problem
    add compile flag only when detected GCC or can't compile if not using GCC

  3. fix "no operator “<<” matches these operands" error in main.cpp
    just include "string"

  4. fix argument type is incompatible with parameter error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

expression did not evaluate to a constant
1 participant