mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:07:45 +00:00
AK: Export the SameAs concept
This commit is contained in:
parent
2af9a8e862
commit
01395169dc
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@ using AK::Concepts::Integral;
|
||||||
using AK::Concepts::IterableContainer;
|
using AK::Concepts::IterableContainer;
|
||||||
using AK::Concepts::IteratorFunction;
|
using AK::Concepts::IteratorFunction;
|
||||||
using AK::Concepts::IteratorPairWith;
|
using AK::Concepts::IteratorPairWith;
|
||||||
|
using AK::Concepts::SameAs;
|
||||||
using AK::Concepts::Signed;
|
using AK::Concepts::Signed;
|
||||||
using AK::Concepts::Unsigned;
|
using AK::Concepts::Unsigned;
|
||||||
using AK::Concepts::VoidFunction;
|
using AK::Concepts::VoidFunction;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue