-
mentioned in commit d4d3878940c37651b3cbe967afd9e337cb679a5b
-
Status changed to merged
-
Removed noexcept from using std::function MQTT-CPP ready for compiling on C++17 See merge request !5
Step 1. Update the repo and checkout the branch we are going to merge
git fetch origin git checkout -b development origin/development
Step 2. Merge the branch and push the changes to GitLab
git checkout master git merge --no-ff development git push origin master
mentioned in commit d4d3878940c37651b3cbe967afd9e337cb679a5b
Status changed to merged
Removed noexcept from using std::function MQTT-CPP ready for compiling on C++17 See merge request !5