Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions libcxx/test/std/atomics/types.pass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
// typedef T value_type;
// };

// atomic still has a difference_type in the C++03 frozen headers
// XFAIL: FROZEN-CXX03-HEADERS-FIXME

#include <atomic>
#include <chrono>
#include <cstdint>
Expand Down