XanaduAI / thewalrus

A library for the calculation of hafnians, Hermite polynomials and Gaussian boson sampling.
https://the-walrus.readthedocs.io
Apache License 2.0
101 stars 55 forks source link

Support C++14 #202

Closed trevor-vincent closed 3 years ago

trevor-vincent commented 3 years ago

Context: MSVC 2015 (v14) apparently doesn't implement some features of C++11 correctly. It would be nice to support C++11 fully and C++14.

Description of the Change: Change build flags and CI flags to support C++14.

Benefits: Supports C++14

Possible Drawbacks: Unknown

Related GitHub Issues:

codecov[bot] commented 3 years ago

Codecov Report

Merging #202 into powtrace_opt_cp11 will not change coverage. The diff coverage is n/a.

@@                 Coverage Diff                 @@
##           powtrace_opt_cp11      #202   +/-   ##
===================================================
  Coverage             100.00%   100.00%           
===================================================
  Files                     20        20           
  Lines                   1131      1131           
===================================================
  Hits                    1131      1131           

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 b22a2e4...94f8a69. Read the comment docs.