Skip to content

Commit

Permalink
Fix a missing Module export (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
ned14 committed Feb 26, 2021
1 parent b9e664f commit 35644f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/outcome.ixx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module;
// Tell the headers we are generating the interface for the library
#define GENERATING_OUTCOME_MODULE_INTERFACE

#include "outcome/config.hpp"
#include "outcome/try.hpp"

export module OUTCOME_V2_CXX_MODULE_NAME;
#include "outcome.hpp"
2 changes: 1 addition & 1 deletion include/outcome/trait.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Distributed under the Boost Software License, Version 1.0.

#include "config.hpp"

OUTCOME_V2_NAMESPACE_BEGIN
OUTCOME_V2_NAMESPACE_EXPORT_BEGIN

namespace trait
{
Expand Down

0 comments on commit 35644f5

Please sign in to comment.