more note updates
This commit is contained in:
parent
403dcc11f2
commit
8d6da52e16
12
notes.rst
12
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/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user