Skip to content

Conversation

@bbannier
Copy link
Contributor

At least this parser uses C++11 (lambda expressions) and C++14 features
(lambda auto parameter types). Since the default C++ standard of
compilers can vary, this patch explicitly sets C++14 mode when building
any vendored C++ files.

At least this parser uses C++11 (lambda expressions) and C++14 features
(lambda `auto` parameter types). Since the default C++ standard of
compilers can vary, this patch explicitly sets C++14 mode when building
any vendored C++ files.
@bbannier bbannier marked this pull request as ready for review September 26, 2021 21:27
@codecov
Copy link

codecov bot commented Sep 26, 2021

Codecov Report

Merging #38 (20dd214) into master (e214b81) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #38      +/-   ##
==========================================
+ Coverage   68.34%   68.35%   +0.01%     
==========================================
  Files          11       11              
  Lines        2982     2983       +1     
==========================================
+ Hits         2038     2039       +1     
  Misses        944      944              
Impacted Files Coverage Δ
build.rs 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e214b81...20dd214. Read the comment docs.

@Wilfred Wilfred merged commit 457b63c into Wilfred:master Sep 27, 2021
@Wilfred
Copy link
Owner

Wilfred commented Sep 27, 2021

Thanks! What was the platform where you noticed this issue?

@bbannier
Copy link
Contributor Author

I ran into this on macos-10.15.7 with I believe the system Clang (Apple clang version 12.0.0 (clang-1200.0.32.29)).

@bbannier bbannier deleted the fix-build branch September 27, 2021 07:34
Wilfred pushed a commit that referenced this pull request Feb 3, 2022
Wilfred pushed a commit that referenced this pull request Apr 14, 2022
New scanner.c to better handle newlines
benmanns pushed a commit to benmanns/difftastic that referenced this pull request Jul 1, 2022
Wilfred pushed a commit that referenced this pull request Jan 26, 2023
Wilfred pushed a commit that referenced this pull request Mar 3, 2024
novusnota added a commit to novusnota-forks/difftastic that referenced this pull request Aug 25, 2024
baruch pushed a commit to baruch/difftastic that referenced this pull request Jun 2, 2025
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.

2 participants