TheLartians / Glue

⛓️ Bindings that stick. A simple and generic API for C++ to other language bindings supporting bidirectional communication, inheritance and automatic declarations.
MIT License
56 stars 2 forks source link

remove auto keyword from operators for MSVC #72

Closed TheLartians closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #72 (5d30ad2) into master (a44141f) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #72   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           11        11           
  Lines          379       379           
=========================================
  Hits           379       379           
Impacted Files Coverage Δ
include/glue/class.h 100.00% <100.00%> (ø)
include/glue/instance.h 100.00% <100.00%> (ø)
include/glue/value.h 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 a44141f...5d30ad2. Read the comment docs.