This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: About Bug 52485
- From: Marc Glisse <marc dot glisse at inria dot fr>
- To: SHIH YEN-TE <shihyente at hotmail dot com>
- Cc: "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>
- Date: Wed, 9 May 2018 10:41:41 +0200 (CEST)
- Subject: Re: About Bug 52485
- References: <BL0PR20MB2067F524AE80917B4C8DA3ECB6990@BL0PR20MB2067.namprd20.prod.outlook.com>
- Reply-to: "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>
On Wed, 9 May 2018, SHIH YEN-TE wrote:
Want to comment on "Bug 52485 - [c++11] add an option to disable c++11
user-defined literals"
It's a pity GCC doesn't support this, which forces me to give up
introducing newer C++ standard into my project. I know it is ridiculous,
but we must know the real world is somehow ridiculous as well as nothing
is perfect.
You have the wrong approach.
Apparently, you are using an unmaintained library (if it was maintained,
it would be compatible with C++11 by now), so there is no problem
modifying it, especially just to add a few spaces. A single run of
clang-tidy would likely fix all of them for you.
--
Marc Glisse