mirror of
https://github.com/boostorg/container.git
synced 2025-08-02 14:04:26 +02:00
Remove invalid character that was breaking the documentation build.
UTF-8 should be used in quickbook.
This commit is contained in:
@@ -828,7 +828,7 @@ past the end of the same empty sequence (example taken from N3644):
|
|||||||
nd != nd; // False.
|
nd != nd; // False.
|
||||||
v.begin() == ni; // ??? (likely false in practice).
|
v.begin() == ni; // ??? (likely false in practice).
|
||||||
v.end() == ni; // ??? (likely false in practice).
|
v.end() == ni; // ??? (likely false in practice).
|
||||||
ni == nd; // Won<EFBFBD>t compile.
|
ni == nd; // Won't compile.
|
||||||
|
|
||||||
[endsect]
|
[endsect]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user