1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 20:47:45 +00:00

AK: Export the SameAs concept

This commit is contained in:
Timothy Flynn 2022-01-27 07:44:53 -05:00 committed by Linus Groh
parent 2af9a8e862
commit 01395169dc

View file

@ -83,6 +83,7 @@ using AK::Concepts::Integral;
using AK::Concepts::IterableContainer;
using AK::Concepts::IteratorFunction;
using AK::Concepts::IteratorPairWith;
using AK::Concepts::SameAs;
using AK::Concepts::Signed;
using AK::Concepts::Unsigned;
using AK::Concepts::VoidFunction;