CVSROOT:        /cvs
Module name:    src
Changes by:     rob...@cvs.openbsd.org  2023/07/05 09:34:52

Modified files:
        gnu/lib/libcxx : Makefile 
        gnu/llvm/libcxx/include: algorithm module.modulemap 
Added files:
        gnu/llvm/libcxx/include/__algorithm: ranges_find.h 
                                             ranges_find_if.h 
                                             ranges_find_if_not.h 

Log message:
backport the implementation of ranges::find{, _if, _if_not}

this will be required by future chromium releases

>From ee0f8c4010309a25c95115a9f727a02741e2de48 Mon Sep 17 00:00:00 2001
From: Nikolas Klauser <nikolasklau...@berlin.de>
Date: Sat, 12 Mar 2022 01:45:35 +0100
Subject: [PATCH] [libc++][ranges] Implement ranges::find{, _if, _if_not}

ok tb@

Reply via email to