RE: Golf Course Superintendents List

2018-09-25 Thread jillian.wyatt
Hi, I wanted to check if you had a chance to go through the email which I sent across? Please let me know if you are interested or have any questions, so that I will provide you more information on counts, pricing along with a sample file for you to review. I look forward to hear from y

Re: Pretty print of C++11 scoped enums - request help towards a proper fix

2018-09-25 Thread will wray
BTW The bug is still UNCONFIRMED https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87364 It is easy to CONFIRM: Follow this Compiler Explorer link https://godbolt.org/z/P4ejiy or paste this code into a file and compile with g++: template struct wauto; enum e { a }; wauto v;// error Note that G

CXX Status update

2018-09-25 Thread Sheel Patel
Should the page at https://www.gnu.org/software/gcc/projects/cxx-status.html, specifically the Technical Specifications section be updated to include the relevant tag for enabling the experimental support for modules, as is done for concepts / transactional memory?