Are there tests for STL containers? I experiment with my small STL and look how to test it.
84 views
Skip to first unread message
ivan.kh...@gmail.com
unread,
Jun 12, 2017, 5:36:26 PM6/12/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ISO C++ Standard - Future Proposals
Hello!
I'am writing implementations for std::vector, std::map for training purposes.
Can one suggest how to test them? Are there some open source tests?
Thank you!
Nicol Bolas
unread,
Jun 12, 2017, 5:54:44 PM6/12/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ISO C++ Standard - Future Proposals, ivan.kh...@gmail.com
This is the wrong venue for such questions. This forum is for discussing proposals for the C++ standard. A test for the standard compliance of an implementation isn't something that you would propose for standardization with the committee.
That being said, look at the Clang/LLVM project "libc++". I imagine they have a number of unit tests for their implementation of the standard library.
Харпалёв Иван
unread,
Jun 14, 2017, 3:13:31 AM6/14/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Nicol Bolas, ISO C++ Standard - Future Proposals