commit | e55596f8860a09b12b5e1f949237f15357c1ac59 | [log] [tgz] |
---|---|---|
author | Sameer Agarwal <sameeragarwal@google.com> | Fri Apr 25 16:17:19 2014 -0700 |
committer | Sameer Agarwal <sameeragarwal@google.com> | Fri Apr 25 16:17:19 2014 -0700 |
tree | 616fef07976bb9677a2506762e4ecf6ad0aafa99 | |
parent | bb05be341b8436f611e4b69954a529edcca5b577 [diff] |
Change the defaults for shared_ptr. By default shared_ptr is now assumed to be in the standard <memory> header and in the std namespace. Previously the way the ifdefs were structured if the appropriate variable was not defined, it would default to <t1/memory>. The new defaults are more future proof. Change-Id: If457806191196be2b6425b8289ea7a3488a27445