rationale for duplicated include guards between qi and x3?
Larry Evans <[email protected]> Sun, 22 Jan 2017 20:12:20 -0600
| Newsgroups | gmane.comp.parsers.spirit.devel |
|---|---|
| Message-ID | <[email protected]> |
The x3 line: https://github.com/boostorg/spirit/blob/develop/include/boost/spirit/home/x3/operator/kleene.hpp#L8 is: #if !defined(SPIRIT_KLEENE_JANUARY_07_2007_0818AM) and the qi line: https://github.com/boostorg/spirit/blob/develop/include/boost/spirit/home/qi/operator/kleene.hpp#L8 is: #if !defined(SPIRIT_KLEENE_JANUARY_07_2007_0818AM) Wouldn't it be better if these two were different? -regards, Larry ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot