commit | bcc865f81cd0bbb23f67539dec9ccff97e26c1cf | [log] [tgz] |
---|---|---|
author | Sameer Agarwal <sameeragarwal@google.com> | Wed Dec 17 07:35:09 2014 -0800 |
committer | Sameer Agarwal <sameeragarwal@google.com> | Wed Jan 07 14:26:53 2015 -0800 |
tree | 7621227ddc47c4c96cfd202f4b1932720cd9eb78 | |
parent | 257f6dae4673668bc161f29a64961d4e07f01676 [diff] [blame] |
Remove using namespace std; For historical reasons we had a "using namespace std;" in port.h. This is generally a bad idea. So removing it and along the way doing a bunch of cpplint cleanup. Change-Id: Ia125601a55ae62695e247fb0250df4c6f86c46c6
diff --git a/internal/ceres/dynamic_numeric_diff_cost_function_test.cc b/internal/ceres/dynamic_numeric_diff_cost_function_test.cc index 19f4d88..6d1f362 100644 --- a/internal/ceres/dynamic_numeric_diff_cost_function_test.cc +++ b/internal/ceres/dynamic_numeric_diff_cost_function_test.cc
@@ -38,6 +38,8 @@ namespace ceres { namespace internal { +using std::vector; + const double kTolerance = 1e-6; // Takes 2 parameter blocks: