Merge branch 'develop' of github.com:smessmer/cpp-utils into develop

This commit is contained in:
Sebastian Messmer 2015-06-16 16:51:35 +02:00
commit 418e792d0b

View File

@ -3,6 +3,7 @@
#define MESSMER_CPP_UTILS_OPTIONALOWNERSHIPPOINTER_H_
#include <memory>
#include <functional>
/**
* optional_ownership_ptr can be used to hold a pointer to an instance of an object.