Remove obsolete comments

This commit is contained in:
Martchus 2022-01-18 21:58:58 +01:00
parent 64bde44fa2
commit c96b87c60a
2 changed files with 0 additions and 8 deletions

View File

@ -29,12 +29,6 @@ using string_view = boost::string_ref;
#endif
#endif
/* open issues:
*
* - missing convenience functions (string_view, string)
*/
/*
The error strategy. Anything that "should never happen" turns into an exception. But things like 'duplicate entry' or 'no such key' are for you to deal with.
*/

View File

@ -14,8 +14,6 @@
What is an error? What is an exception?
could id=0 be magic? ('no such id')
yes
Is boost the best serializer?
good default
Perhaps use the separate index concept from multi_index
perhaps get eiter to be of same type so for(auto& a : x) works
make it more value "like" with unique_ptr