Skip to content

Commit

Permalink
cleanup forward declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
mosure committed Jan 13, 2021
1 parent a80a167 commit a4665a0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions include/mosure/binding.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@

namespace mosure::inversify {

template <typename T>
class Binding;

template <typename T>
class BindingTo;

template <typename T>
class BindingScope : public std::enable_shared_from_this<BindingScope<T>> {
public:
Expand Down
6 changes: 0 additions & 6 deletions single_include/mosure/inversify.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -373,12 +373,6 @@ namespace mosure::inversify {

namespace mosure::inversify {

template <typename T>
class Binding;

template <typename T>
class BindingTo;

template <typename T>
class BindingScope : public std::enable_shared_from_this<BindingScope<T>> {
public:
Expand Down

0 comments on commit a4665a0

Please sign in to comment.