Skip to content

Commit

Permalink
headers only
Browse files Browse the repository at this point in the history
  • Loading branch information
jll63 committed Jul 22, 2023
1 parent dbdc3fe commit 9e0fe37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/yorel/yomm2/runtime.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ operator<<(std::ostream& os, Container<rt_class*, T...>& classes) {
return os << ")";
}

struct yOMM2_API runtime_data {
struct runtime_data {

std::unordered_map<std::type_index, rt_class*> class_map;
std::deque<rt_class> classes;
Expand All @@ -195,7 +195,7 @@ struct yOMM2_API runtime_data {
};

template<class Policy>
struct yOMM2_API runtime : runtime_data {
struct runtime : runtime_data {

runtime();

Expand Down

0 comments on commit 9e0fe37

Please sign in to comment.