From 8d6da52e166a23c16fcb5e033e939d0de0e67dd4 Mon Sep 17 00:00:00 2001 From: "Stephen M. McQuay" Date: Fri, 25 May 2012 08:57:20 -0600 Subject: [PATCH] more note updates --- notes.rst | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/notes.rst b/notes.rst index 12b1eca..9648bbf 100644 --- a/notes.rst +++ b/notes.rst @@ -44,6 +44,8 @@ new string literals - u8"I'm a UTF-8 string." - u"This is a UTF-16 string." - U"This is a UTF-32 string." +- R"\w+" instead of "\\w+" + - doesn't seem to work with my compilers tuple fun ========= @@ -72,9 +74,13 @@ regular expressions and threading ================================= - this is where the burning starts to set in ... -- compile with gcc to see how awesome that is -- compile with clang - - instructions on building this found `here`_ +- threading works ... mostly + - compiles and runs with both compilers + - run stress +- regex examples + - compile with gcc to see how awesome that is + - compile with clang + - instructions on building this found `here`_ .. _`here`: http://solarianprogrammer.com/2011/10/16/llvm-clang-libc-linux/