-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Locator] Make it better and even more incredible. #182
Conversation
d431c91
to
1ae6756
Compare
So, the |
9698978
to
30aacbd
Compare
template<class Event> | ||
struct traits { | ||
struct traits<Event, true> { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the benefit of weird compilation error on static assert with pretty looking message?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Static assert error output looks even weirder that this on GCC 4.6.
On Вт, 31 марта 2015 г. at 9:08 Anton Matveenko notifications@github.com
wrote:
In include/cocaine/api/connect.hpp
#182 (comment):template<class Event>
- struct traits {
- struct traits<Event, true> {
What's the benefit of weird compilation error on static assert with pretty
looking message?—
Reply to this email directly or view it on GitHub
https://github.com/cocaine/cocaine-core/pull/182/files#r27476564.
30aacbd
to
6a85c5f
Compare
This time enforce the rule about disallowing auto method return types for method definitions in source files, when it's not necessary.
e642fc8
to
13ac5a8
Compare
[Locator] Make it better and even more incredible.
Make locator thread-safe since the Unicorn Cluster will issue
link_node()
anddrop_node()
from random ZK client threads, and also drop useless crap.