Procházet zdrojové kódy

fixed. "nothing" is defined as:
null_actor const nothing = null_actor();
which doesn't make it an actor, rather an "actor base".

Shouldn't it rather be defined as something like:
actor<null_actor> const nothing = null_actor();

[SVN r51421]

Joel de Guzman před 17 roky
rodič
revize
41b813b3ff
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      libs/spirit

+ 1 - 1
libs/spirit

@@ -1 +1 @@
-Subproject commit c0b6fdef5f8d8be8da11c23a3473960c2cf78012
+Subproject commit ce293871ba9139e00cb7549a57b51d04eb86b8fd

粤ICP备19079148号