Skip to content

Commit

Permalink
fix module
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthapz committed Mar 19, 2024
1 parent e087253 commit a646940
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions module/frozen.cppm
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,21 @@
* under the License.
*/

module;
export module frozen;

#ifdef FROZEN_DONT_INCLUDE_STL
import std;
#endif

extern "C++" {
#include <frozen/algorithm.h>
#include <frozen/map.h>
#include <frozen/random.h>
#include <frozen/set.h>
#include <frozen/string.h>
#include <frozen/unordered_set.h>
#include <frozen/unordered_map.h>

export module frozen;

#ifdef FROZEN_DONT_INCLUDE_STL
import std;
#endif
}

export namespace frozen {
/* algorithm */
Expand Down

0 comments on commit a646940

Please sign in to comment.