Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gcc-12 namespace fixes #447

Merged
merged 1 commit into from
Oct 5, 2022
Merged

Conversation

hellkite500
Copy link
Member

Fixes namepsace issues that lead to boost::geometry throwing cryptic compiler errors using gcc-12.

@hellkite500 hellkite500 force-pushed the gcc-12-fixes branch 7 times, most recently from f815edc to 0eb4fab Compare September 28, 2022 20:51
@@ -301,8 +300,8 @@ TEST_F(Tshirt_C_Realization_Test, TestGetOutputLineForTimestep1a) {
double input_storage = std::stod(result_vector[1]) / 1000 / 3600;

// Output the line essentially
//copy(result_vector.begin(), result_vector.end(), ostream_iterator<string>(cout, "|"));
//cout << "\n";
//copy(result_vector.begin(), result_vector.end(), std::ostream_iterator<std::string>(std::cout, "|"));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this code tested? 😏

@mattw-nws mattw-nws merged commit 2a89cca into NOAA-OWP:master Oct 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants