diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-06 14:30:42 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-06 14:30:42 +0200 |
commit | 90d755e54cc5c5303a426f7dab72c410228458e5 (patch) | |
tree | c201b57be72df756bfd76888ebc6bc30d2ca0600 /feature | |
parent | 1f17804a718043babbe27c28aa525773810b29c2 (diff) |
Add feature: add parameter which determines if lazy_ptr loads in operator*/->
Diffstat (limited to 'feature')
-rw-r--r-- | feature/list | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/feature/list b/feature/list index 532e410..b2619ed 100644 --- a/feature/list +++ b/feature/list @@ -1,3 +1,8 @@ +? Add (template) parameter which determines if lazy_ptr loads in + operator*/->. + + Do it only after C++11 switch. + ! Ability to define index on container value Would be needed to implement SQLite "suggested fk index". |