-
Notifications
You must be signed in to change notification settings - Fork 3k
Remove macro for operators. Enable these as default behavior #2137
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
Conversation
Looks good to me. Why was the code switched out in the first place? |
@@ -28,13 +28,13 @@ Note: This configuration file must be in [JSON format](http://www.w3schools.com/ | |||
Note: Unfortunately JSON format is not allowing you to have comments inside JSON code. | |||
|
|||
Let’s see some example and let's try to configure small "test farm" with three devices connected to your host computer. In this example no peripherals (like SD card or EEPROM) are connected to our Mbed boards. We will use three platforms in this example: | |||
* [NXP LPC1768](https://mbed.org/platforms/mbed-LPC1768) board. |
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.
the whitespace removal shall be separate commit
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.
git commit -p
will let you choose specific chunks if you just want to commit the non-whitespace changes.
@sg- Any description for this PR? You are changing 20 files you could drop a line or two to explain what you are trying to achieve in this PR. Thanks! |
@PrzemekWirkus Remove macro for operator overloading. Enable these as default behavior :) |
Pull requestPlease send pull requests with changes which are:
|
Any update on this? This patch shall get in, macros do not make sense to me neither. |
By default, APIs with overloaded operators are enabled. Remove the macro that was gating this but enabled by default in the header file.