mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
[GH-ISSUE #353] "operator" is a registered word. Please don't use it as parameter name. #281
Labels
No labels
awaiting user feedback
bug
cmake
cmake
docs
feature request
in progress
long term
medium term
medium term
pull-request
question
question
ready to close
short term
under investigation
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/libxlsxwriter#281
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @toge on GitHub (Aug 9, 2021).
Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/353
Originally assigned to: @jmcnamara on GitHub.
In 1.1.2,
worksheet_filter_column2has a parameter namedoperator.Since
operatoris a C++ registered word, g++ will report this as a syntax error.Can you please fix it?
@jmcnamara commented on GitHub (Aug 9, 2021):
Thanks.
I've pushed a fix to main, if you can test it.
P.S., how did you compile with c++/g++ to find this issue?
@jmcnamara commented on GitHub (Aug 9, 2021):
Fixed in version 1.1.3.
@toge commented on GitHub (Aug 9, 2021):
Thanks for the quick fix.
I have confirmed that 1.1.3 can be compiled.
I found this problem with gcc 11.2.1 on Fedora34.