From 58bfc7da8394191d7f30b5231b57b52fd688959a Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Thu, 9 Jan 2014 08:37:35 -0600 Subject: [PATCH] Comments on exclusive categories and defs. --- doc/todo.qbk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/todo.qbk b/doc/todo.qbk index b5142e1..375bca5 100644 --- a/doc/todo.qbk +++ b/doc/todo.qbk @@ -8,7 +8,10 @@ http://www.boost.org/LICENSE_1_0.txt) [section To Do] * Provide "exclusive" defs for compilers, OS, and others, that are exclusively - defined for the detected component. + defined for the detected component. Or do we follow what we do with OS detection + and keep the various category defs exclusive within the category (i.e. only + define one compiler, language, etc). Or is this something specific to the category? + Possible exclusive categories: architecture, compiler, platform. * Improve reference documentation. * Integrate Quickbook multi-include changes to main line Quickbook so that Predef can be included in the global documentation.