Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ All notable changes to this project will be documented in this file.

- Update test/CMakeLists.txt to implicitly take care of including the Catch2 submodule

### Type Traits

- Fix missing concept header in `arithmetic_traits.hpp`

<!-- insertion marker -->
## [0.1.0](https://github.com/repo/owner/releases/tag/0.1.0) - 2026-02-27

Expand Down
2 changes: 2 additions & 0 deletions include/mstd/type_traits/math/arithmetic_traits.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
#ifndef __MSTD__TYPE_TRAITS__MATH__ARITHMETIC_TRAITS_HPP__
#define __MSTD__TYPE_TRAITS__MATH__ARITHMETIC_TRAITS_HPP__

#include <concepts>

namespace mstd
{
/**
Expand Down