Skip to content

Commit

Permalink
Rename typing.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadden committed Sep 30, 2020
1 parent e8ef990 commit 4002f56
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion compilation_tests/invalid_tag_access.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include <alia/context/typing.hpp>
#include <alia/context/structural_typing.hpp>

#include <alia/context/storage.hpp>

Expand Down
2 changes: 1 addition & 1 deletion src/alia/context/storage.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include <typeindex>
#include <unordered_map>

#include <alia/context/typing.hpp>
#include <alia/context/structural_typing.hpp>

namespace alia {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef ALIA_CONTEXT_TYPING_HPP
#define ALIA_CONTEXT_TYPING_HPP
#ifndef ALIA_CONTEXT_STRUCTURAL_TYPING_HPP
#define ALIA_CONTEXT_STRUCTURAL_TYPING_HPP

#include <alia/common.hpp>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include <alia/context/typing.hpp>
#include <alia/context/structural_typing.hpp>

#include <alia/context/storage.hpp>

Expand Down

0 comments on commit 4002f56

Please sign in to comment.