mirror of
https://github.com/boostorg/container_hash.git
synced 2026-04-18 23:48:54 +02:00
Return 0 from int main() in the hash examples.
[SVN r30633]
This commit is contained in:
@@ -48,5 +48,7 @@ int main()
|
||||
// hash function.
|
||||
assert(point_hasher(p1) != point_hasher(p2));
|
||||
assert(point_hasher(p1) != point_hasher(p3));
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user