Skip to content

Commit

Permalink
[libc++][ranges] LWG4016: container-insertable checks do not match wh…
Browse files Browse the repository at this point in the history
…at container-inserter does
  • Loading branch information
xiaoyang-sde committed Oct 22, 2024
1 parent a80c61c commit fd03741
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libcxx/include/__ranges/to.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#ifndef _LIBCPP___RANGES_TO_H
#define _LIBCPP___RANGES_TO_H

#include <__algorithm/ranges_for_each.h>
#include <__concepts/constructible.h>
#include <__concepts/convertible_to.h>
#include <__concepts/derived_from.h>
Expand Down

0 comments on commit fd03741

Please sign in to comment.