vieiro commented on code in PR #3909:
URL: https://github.com/apache/netbeans/pull/3909#discussion_r847345022


##########
cnd/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/Autos.java:
##########
@@ -22,30 +22,29 @@
 import java.util.Collections;
 import java.util.Set;
 import javax.swing.text.StyledDocument;
-import org.netbeans.modules.cnd.spi.model.services.AutosProvider;
-import org.openide.util.Lookup;
 
 public final class Autos {

Review Comment:
   `auto`  is a [keyword in 
C89](https://en.wikipedia.org/wiki/C_(programming_language)) (seldomly used, 
though).  It was later [enhanced in 
C++11](https://docs.microsoft.com/en-us/cpp/cpp/auto-cpp?view=msvc-170) and In 
C++14 they aded the so called [type deduction with braced 
initializers](https://docs.microsoft.com/en-us/cpp/cpp/auto-cpp?view=msvc-170#type-deduction-with-braced-initializers-c14),
 as horrible as that looks! :-D
   
   
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to