Skip to content

Commit

Permalink
Update function constexpr expected results
Browse files Browse the repository at this point in the history
  • Loading branch information
lcartey committed Jun 6, 2024
1 parent 766504c commit d8986c9
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@
| test.cpp:162:3:162:26 | VariantMemberInitialized | VariantMemberInitialized function could be marked as 'constexpr'. |
| test.cpp:163:3:163:26 | VariantMemberInitialized | VariantMemberInitialized function could be marked as 'constexpr'. |
| test.cpp:190:3:190:22 | VariantMemberNotInit | VariantMemberNotInit function could be marked as 'constexpr'. |
| test.cpp:269:26:269:26 | init | init function could be marked as 'constexpr'. |
| test.cpp:269:26:269:29 | init | init function could be marked as 'constexpr'. |
| test.cpp:271:26:271:26 | init | init function could be marked as 'constexpr'. |
| test.cpp:277:6:277:32 | test_template_instantiation | test_template_instantiation function could be marked as 'constexpr'. |

0 comments on commit d8986c9

Please sign in to comment.