Click here to Skip to main content
15,886,919 members

The Insider News

   

The Insider News is for breaking IT and Software development news. Post your news, your alerts and your inside scoops. This is an IT news-only forum - all off-topic, non-news posts will be removed. If you wish to ask a programming question please post it here.

Get The Daily Insider direct to your mailbox every day. Subscribe now!

 
GeneralRe: .NET Core Everywhere, even Win 3.11 Pin
raddevus21-Jan-20 7:15
mvaraddevus21-Jan-20 7:15 
GeneralRe: .NET Core Everywhere, even Win 3.11 Pin
TheGreatAndPowerfulOz21-Jan-20 10:48
TheGreatAndPowerfulOz21-Jan-20 10:48 
GeneralRe: .NET Core Everywhere, even Win 3.11 Pin
abmv22-Jan-20 6:26
professionalabmv22-Jan-20 6:26 
News"Use the Force, Luke"... or Modern C++ tools Pin
Kent Sharkey20-Jan-20 10:45
staffKent Sharkey20-Jan-20 10:45 
GeneralRe: "Use the Force, Luke"... or Modern C++ tools Pin
Dan Neely21-Jan-20 2:51
Dan Neely21-Jan-20 2:51 
GeneralRe: "Use the Force, Luke"... or Modern C++ tools Pin
Kaladin21-Jan-20 3:11
Kaladin21-Jan-20 3:11 
GeneralRe: "Use the Force, Luke"... or Modern C++ tools Pin
Dan Neely21-Jan-20 3:44
Dan Neely21-Jan-20 3:44 
GeneralRe: "Use the Force, Luke"... or Modern C++ tools Pin
Greg Utas21-Jan-20 5:34
professionalGreg Utas21-Jan-20 5:34 
In the Points of Interest section at the end of this article[^], I mention why I loathe noexcept. It should never have been allowed in any case, for the same reason that
  • inline has been effectively repurposed
  • register has been deleted
  • there is a proposal to remove volatile
That is, telling the compiler what to do (inline, register) clutters the language with noise, and compilers that introduce errors during optimization (hence the need for volatile) should be taken out and shot.

A noexcept function can call functions that throw. But if one of them throws, abort will get invoked.
GeneralRe: "Use the Force, Luke"... or Modern C++ tools Pin
Dan Neely21-Jan-20 5:52
Dan Neely21-Jan-20 5:52 
GeneralRe: "Use the Force, Luke"... or Modern C++ tools Pin
Greg Utas21-Jan-20 6:22
professionalGreg Utas21-Jan-20 6:22 
GeneralRe: "Use the Force, Luke"... or Modern C++ tools Pin
Joe Woodbury21-Jan-20 9:04
professionalJoe Woodbury21-Jan-20 9:04 
GeneralRe: "Use the Force, Luke"... or Modern C++ tools Pin
Dan Neely22-Jan-20 2:36
Dan Neely22-Jan-20 2:36 
GeneralRe: "Use the Force, Luke"... or Modern C++ tools Pin
Joe Woodbury22-Jan-20 7:35
professionalJoe Woodbury22-Jan-20 7:35 
News'Universal memory' research passes new milestone Pin
Kent Sharkey20-Jan-20 10:45
staffKent Sharkey20-Jan-20 10:45 
GeneralRe: 'Universal memory' research passes new milestone Pin
Mark_Wallace20-Jan-20 19:35
Mark_Wallace20-Jan-20 19:35 
NewsThe Beef Programming Language Pin
Kent Sharkey20-Jan-20 10:30
staffKent Sharkey20-Jan-20 10:30 
GeneralRe: The Beef Programming Language Pin
Nelek20-Jan-20 10:33
protectorNelek20-Jan-20 10:33 
GeneralRe: The Beef Programming Language Pin
phil.o20-Jan-20 11:09
professionalphil.o20-Jan-20 11:09 
GeneralRe: The Beef Programming Language Pin
MadMyche22-Jan-20 3:57
professionalMadMyche22-Jan-20 3:57 
GeneralRe: The Beef Programming Language Pin
Mark_Wallace20-Jan-20 19:39
Mark_Wallace20-Jan-20 19:39 
GeneralRe: The Beef Programming Language Pin
Super Lloyd20-Jan-20 21:28
Super Lloyd20-Jan-20 21:28 
GeneralRe: The Beef Programming Language Pin
abmv20-Jan-20 21:53
professionalabmv20-Jan-20 21:53 
NewsTechnical Debt Is like a Tetris game Pin
Kent Sharkey20-Jan-20 9:15
staffKent Sharkey20-Jan-20 9:15 
GeneralRe: Technical Debt Is like a Tetris game Pin
Mark_Wallace20-Jan-20 19:45
Mark_Wallace20-Jan-20 19:45 
GeneralRe: Technical Debt Is like a Tetris game Pin
Joe Woodbury21-Jan-20 9:07
professionalJoe Woodbury21-Jan-20 9:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.