Subject: [boost] Compile-time string comparing
From: Anton Bikineev (ant.bikineev_at_[hidden])
Date: 2014-04-11 08:15:56


Hi all.

I think it's frequently asked question.
If so, I'm sorry.

Is there anything feature in Boost
that allows to compare strings at compile-time?
I know that it is easy-implemented with generalized
constant expressions, but I'm primarily
interested in compatibility of compilers.

Thanks.