diff --git a/www/atomic_design_c.html b/www/atomic_design_c.html index 6fbce5fe4..82cc80f7f 100644 --- a/www/atomic_design_c.html +++ b/www/atomic_design_c.html @@ -115,7 +115,7 @@ __has_feature(__atomic_flag) == 1 __has_feature(__atomic_exchange_seq_cst_j) == 1 __has_feature(__atomic_store_seq_cst_j) == 1 -typedef unsigned int __atomic_flag__; +typedef unsigned int __atomic_flag__; unsigned int __atomic_exchange_seq_cst(unsigned int volatile*, unsigned int) { diff --git a/www/cxx1y_status.html b/www/cxx1y_status.html index 8d2b14828..0bcd179de 100644 --- a/www/cxx1y_status.html +++ b/www/cxx1y_status.html @@ -46,7 +46,7 @@
  • SG1 - Study group #1 (Concurrency working group)
  • - +

    Paper Status

    @@ -55,7 +55,7 @@ - + @@ -75,7 +75,7 @@ - + @@ -90,7 +90,7 @@ - + diff --git a/www/index.html b/www/index.html index ab39e1183..eca48ced1 100644 --- a/www/index.html +++ b/www/index.html @@ -204,7 +204,7 @@

    If you think you've found a bug in libc++, please report it using the LLVM Bugzilla. If you're not sure, you - can post a message to the cfe-dev + can post a message to the cfe-dev mailing list or on IRC. Please include "libc++" in your subject.

    diff --git a/www/ts1z_status.html b/www/ts1z_status.html index 8f7760314..22ad0d450 100644 --- a/www/ts1z_status.html +++ b/www/ts1z_status.html @@ -95,7 +95,7 @@
    Paper #GroupPaper NameMeetingStatusFirst released version
    3421LWGMaking Operator Functors greater<>PortlandComplete3.4
    3462LWGstd::result_of and SFINAEPortlandComplete3.4
    3469LWGConstexpr Library Additions: chrono, v3PortlandComplete3.4
    3545LWGAn Incremental Improvement to integral_constantBristolComplete3.4
    3644LWGNull Forward IteratorsBristolComplete3.4
    3668LWGstd::exchange()BristolComplete3.4
    3672LWGA proposal to add a utility class to represent optional objectsBristolRemoved from Draft Standardn/a
    3669LWGFixing constexpr member functions without constBristolComplete3.4
    3662LWGC++ Dynamic Arrays (dynarray)BristolRemoved from Draft Standardn/a
    3659SG1Shared Locking in C++BristolComplete3.4
    - +

    Features in Filesystem

    Feature NameStatusFirst released version