diff Resources/Conventions.txt @ 1311:3d26447ddd28 broker

warning fixes + doc + indentation + header files in cmake for VC++ sln browsing
author Benjamin Golinvaux <bgo@osimis.io>
date Mon, 09 Mar 2020 14:55:22 +0100
parents c38c89684d83
children
line wrap: on
line diff
--- a/Resources/Conventions.txt	Mon Mar 09 14:53:22 2020 +0100
+++ b/Resources/Conventions.txt	Mon Mar 09 14:55:22 2020 +0100
@@ -63,7 +63,8 @@
 
 * As we are targeting C++03 (for VS2008 and LSB compatibility), use
   "std::unique_ptr<>" and "boost::shared_ptr<>" (*not*
-  "std::shared_ptr<>").
+  "std::shared_ptr<>"). We provide an implementation of std::unique_ptr for
+  pre-C++11 compilers.
 
 * The fact of transfering the ownership of one object to another must
   be tagged by naming the method "Acquire...()", and by providing a