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

Undo PIMPL pattern in Environment #127

Merged
merged 2 commits into from
Nov 22, 2019
Merged

Undo PIMPL pattern in Environment #127

merged 2 commits into from
Nov 22, 2019

Conversation

thomastrapp
Copy link
Contributor

  • Environment now supports copy construction and assignment
  • Add test for copying Environment

Closes #126


I am assuming the PIMPL pattern was left over from before inja became a header-only library. If I am missing something, please let me know.

* Environment now supports copy construction and assignment
* Add test for copying Environment

Closes #126
@pantor
Copy link
Owner

pantor commented Nov 22, 2019

LGTM 👍 Thanks!

@pantor pantor merged commit 8e6a842 into pantor:master Nov 22, 2019
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.

inja::Environment is not copyable
2 participants