X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;ds=sidebyside;f=docs%2FCodingStandards.rst;h=91faadffea62e84b40e2248da3eab37476109b04;hb=d644801757bb1e2ad6a7a9715b3e57288c197ada;hp=f410293e1bf20f80e8955a99901b252647462bd5;hpb=4d554fb21dace91a02a37be0cd746e9b7dc5faaf;p=oota-llvm.git diff --git a/docs/CodingStandards.rst b/docs/CodingStandards.rst index f410293e1bf..91faadffea6 100644 --- a/docs/CodingStandards.rst +++ b/docs/CodingStandards.rst @@ -178,8 +178,6 @@ being aware of: * While most of the atomics library is well implemented, the fences are missing. Fortunately, they are rarely needed. * The locale support is incomplete. -* ``std::equal()`` (and other algorithms) incorrectly assert in MSVC when given - ``nullptr`` as an iterator. Other than these areas you should assume the standard library is available and working as expected until some build bot tells you otherwise. If you're in an