U
    L?hn                     @   sD   d dl mZ d dlmZ d dlmZ d dlmZ edZdd Z	dS )	    )Symbol)Type)using)cxxcodexc                  C   s>   t d} t| }t|dks tt| d}t|dks:td S )Nzstd::vectorzusing std::vectorZveczusing vec = std::vector)r   r   r   AssertionError)vu1u2 r   S/var/www/html/venv/lib/python3.8/site-packages/sympy/codegen/tests/test_cxxnodes.py
test_using   s
    
r   N)
Zsympy.core.symbolr   Zsympy.codegen.astr   Zsympy.codegen.cxxnodesr   Zsympy.printing.codeprinterr   r   r   r   r   r   r   <module>   s
   