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

DM-30339: replace boost::any with std::any #591

Merged
merged 1 commit into from Jun 11, 2021
Merged

Conversation

mwittgen
Copy link
Contributor

No description provided.

@mwittgen mwittgen force-pushed the tickets/DM-30339 branch 2 times, most recently from 7cbb5d4 to fa0e5fd Compare June 10, 2021 17:50
Copy link
Member

@kfindeisen kfindeisen left a comment

Choose a reason for hiding this comment

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

This migration looks unnervingly straightforward...

@@ -39,9 +39,8 @@ using namespace posix;
#include <cstring>
#include <cassert>
#include <cctype>

#include <any>
#include "lsst/pex/exceptions.h"
Copy link
Member

Choose a reason for hiding this comment

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

I suggest leaving a blank line between the standard library and LSST-specific includes.

@mwittgen mwittgen merged commit 7f68a11 into master Jun 11, 2021
@mwittgen mwittgen deleted the tickets/DM-30339 branch June 11, 2021 02:26
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.

None yet

2 participants