diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-08-14 11:17:34 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-08-14 11:17:34 +0200 |
commit | 636072c706ae5010c6f35ca5104e2e55ce74f08e (patch) | |
tree | a25a977bc4c0ad95408be47e6cdf83e80483b901 /feature | |
parent | 4c7b834419994b905fd8f7da48759c15dabf886a (diff) |
Bump bug priority
Diffstat (limited to 'feature')
-rw-r--r-- | feature/container/list | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/feature/container/list b/feature/container/list index 5976551..7e3832d 100644 --- a/feature/container/list +++ b/feature/container/list @@ -1,4 +1,4 @@ -- Support for object pointers as map keys +! Support for object pointers as map keys std::map<std::shared_ptr<Product>, quantity> cart; |