Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
F14MapTest.cpp: fix compilation fail
The 'dest1' has been deduced to two parameters: std:pair<int, double> and std::initializer_list, not an initializer_list of std::pair. add an extra braces to pass compilation.
- Loading branch information