Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
Remove concept include from chrono
Browse files Browse the repository at this point in the history
  • Loading branch information
wmaxey committed Mar 9, 2023
1 parent 961022c commit 395dd3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/cuda/std/detail/libcxx/include/chrono
Original file line number Diff line number Diff line change
Expand Up @@ -840,10 +840,10 @@ constexpr chrono::year operator ""y(unsigned lo
#include "ctime"
#include "limits"
#include "ratio"
#include "type_traits"

// standard-mandated includes
#include "concepts"
// TODO: Fix CPOs in split H/D compilation or inform users of what may happen
// #include "concepts"
#include "version"

#ifndef __cuda_std__
Expand Down

0 comments on commit 395dd3b

Please sign in to comment.