nlohmann / json

JSON for Modern C++
https://json.nlohmann.me
MIT License
41.46k stars 6.59k forks source link

Added tests cpp 11 #4056

Open Tomerkm opened 1 year ago

Tomerkm commented 1 year ago

[Describe your pull request here. Please read the text below the line, and make sure you follow the checklist.]

Added to the file unit-algoritms.cpp the following tests:

  1. move
  2. move_backward
  3. fill
  4. fill_n

Pull request checklist

Read the Contribution Guidelines for detailed information.

Please don't

coveralls commented 1 year ago

Coverage Status

coverage: 100.0%. remained the same when pulling 6dd960643973527d0e4718f5cbe863a6912847a5 on Tomerkm:added_tests_cpp_11 into 5d2754306d67d1e654a1a34e1d2e74439a9d53b3 on nlohmann:develop.

nlohmann commented 9 months ago

I am currently finishing https://github.com/nlohmann/json/pull/2998 to finally have a stable CI. Once this is merged, please update your branch.